harrisharris
MIS
I am going through a simiple tutorial where the example query is:
SELECT*
FROM Invoice
WHERE inv_date between #10/12/99# and #14/1/00#
The results I get do not display invoices between these dates.
I am using ACCESS 2002, the book I am learing from was published in 2000. Do I have a version problem or what?
Help on this would be much appreciated.
SELECT*
FROM Invoice
WHERE inv_date between #10/12/99# and #14/1/00#
The results I get do not display invoices between these dates.
I am using ACCESS 2002, the book I am learing from was published in 2000. Do I have a version problem or what?
Help on this would be much appreciated.