Hi I have number of queries and I want them too all return data based from the current month. At the moment in the query I have [Date] Where Criteria Between #01/10/2008# And #31/10/2008#
Obviously I don't want to have to change it every month. Is there a way to make it select the current month? I was thinking something like =DatePart(m,Date()) but that doesn't seem to work.
I had looked into using a sort of date selector on a form: http://allenbrowne.com/casu-08.html
But the trouble I ran into was my different queries rely on different date fields.
Ultimately, I have a report for each query then a master report with all those reports as subreports.
Obviously I don't want to have to change it every month. Is there a way to make it select the current month? I was thinking something like =DatePart(m,Date()) but that doesn't seem to work.
I had looked into using a sort of date selector on a form: http://allenbrowne.com/casu-08.html
But the trouble I ran into was my different queries rely on different date fields.
Ultimately, I have a report for each query then a master report with all those reports as subreports.