R
Roy Ristie
Hi, does anyone know where i can find a good explanation of the date
formats, the date functions and their uses in access sql.
I have a query which has this sub-clause in it's where-clause:
" AND DeliveryDate>=#" & Me!txtDate & "#.......etc, etc.
Until today (Feb 14) I thought that everything worked ok, but when the sql
was executed no rows were returned, where 2 rows should have been.
I removed the '#'-signs and executed the sql again and this time the
expected rows were returned.
I am due to handover the db to the client and as you can understand i'm
worried now about the whole date issue.
btw. Me!txtDate contained 07-02-05 (last monday) in both cases above.
What may also be relevant is that the date is in international format eg,
dd-mm-yy.
thanks in advance for any help.
Roy
formats, the date functions and their uses in access sql.
I have a query which has this sub-clause in it's where-clause:
" AND DeliveryDate>=#" & Me!txtDate & "#.......etc, etc.
Until today (Feb 14) I thought that everything worked ok, but when the sql
was executed no rows were returned, where 2 rows should have been.
I removed the '#'-signs and executed the sql again and this time the
expected rows were returned.
I am due to handover the db to the client and as you can understand i'm
worried now about the whole date issue.
btw. Me!txtDate contained 07-02-05 (last monday) in both cases above.
What may also be relevant is that the date is in international format eg,
dd-mm-yy.
thanks in advance for any help.
Roy