Z
ZBB
I'm stuck. I can't change the following statement correctly to show only the
current year in addition to the current month. It pulls the prior years!
SELECT DISTINCTROW [FC Customers].* FROM [FC Customers] WHERE
(((Month([Date]))=Month(Now())));
Help!
current year in addition to the current month. It pulls the prior years!
SELECT DISTINCTROW [FC Customers].* FROM [FC Customers] WHERE
(((Month([Date]))=Month(Now())));
Help!