Hello,

I tried a lot of statements similar to this one from visual basic on an access 
database:
"select * from Times where" & strField & " between '" & CDate(FilterA) & "' and '" & 
CDate(FilterB) & "'"

=select * from Times where StartTime between '20/02/01' and '24/02/01 23:59:59'
but it doesn't work.

I always get the following error.
Arguments are of the wrong type, are out of acceptable range, or are in conflict with 
one another.

What's the problem?
regards

Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to