Hi,
I have a table which contains a "Date/Time" field, the value of which is something like 02/10/2002 13:56:47
If I use the following query -
Between #01/10/2002# And #03/10/2002#
then it shows the data, but if I use the query -
= #02/10/2002#
I do not get any results.
How can I modify my query so I can get results for a specific date?
Thanks
I have a table which contains a "Date/Time" field, the value of which is something like 02/10/2002 13:56:47
If I use the following query -
Between #01/10/2002# And #03/10/2002#
then it shows the data, but if I use the query -
= #02/10/2002#
I do not get any results.
How can I modify my query so I can get results for a specific date?
Thanks