G
Guest
In my table i have dates in this format 2/2/83. I need help on making a query
that will allow me to search values in fields given a certain date range. For
example i want a query that will give me all the values from 12/28/82 to
2/2/83.
I have tried something like this:
WHERE Date=[From Date] And Date=[To Date];
but unfortunately i was unsuccessful due to my lack of knowledge in Visual
Basic...
Thanks in advance...
that will allow me to search values in fields given a certain date range. For
example i want a query that will give me all the values from 12/28/82 to
2/2/83.
I have tried something like this:
WHERE Date=[From Date] And Date=[To Date];
but unfortunately i was unsuccessful due to my lack of knowledge in Visual
Basic...
Thanks in advance...