G
Guest
I have several reports that report data for last month or quarter. They all
function fine until you get to January and then they all ways come back with
no data for that time period, even though there is data. Currently i have a
query set up for each of the reports and i am using the following:
Year(Now()) Month (Now())-1
for my query
How do i get this to work so that it knows to pull data from December 2005
when it is currently January 2006?
function fine until you get to January and then they all ways come back with
no data for that time period, even though there is data. Currently i have a
query set up for each of the reports and i am using the following:
Year(Now()) Month (Now())-1
for my query
How do i get this to work so that it knows to pull data from December 2005
when it is currently January 2006?