Z
Zane
I have a query that is filtering by month (i.e. type the
month you want the report from and it produces just for
that month. The SQL for it looks like:
WHERE (((Format([Modified Disclosure Date],"mmmm"))=
[Select]![Month])) OR ((([MAIN TABLE].[Modified
Disclosure Date]) Is Null) AND ((Format([Disclosure
Date],"mmmm"))=[Select]![Month2]));
I would like it to have a range, so that I type in the
range for both dates and it spits me out a list for say 3
months. Any help would be greatly appreciated.
Thanks
Zane
month you want the report from and it produces just for
that month. The SQL for it looks like:
WHERE (((Format([Modified Disclosure Date],"mmmm"))=
[Select]![Month])) OR ((([MAIN TABLE].[Modified
Disclosure Date]) Is Null) AND ((Format([Disclosure
Date],"mmmm"))=[Select]![Month2]));
I would like it to have a range, so that I type in the
range for both dates and it spits me out a list for say 3
months. Any help would be greatly appreciated.
Thanks
Zane