G
GWB
I'm trying to retrieve records with a start date and stop date criteria. The
format of the Date column in my table is general date.
I dont understand why it wont work
FROM [Spreadcheck on this laptop]
WHERE (((([Spreadcheck on this laptop].Date)>=[Start Date] AND [Spreadcheck
on this laptop].Date)<[Stop Date]));
format of the Date column in my table is general date.
I dont understand why it wont work
FROM [Spreadcheck on this laptop]
WHERE (((([Spreadcheck on this laptop].Date)>=[Start Date] AND [Spreadcheck
on this laptop].Date)<[Stop Date]));