C
c8tz
Hi,
I currently have a report that is made up of a number of different
queries.
The user enters in a start date and end date and it calculates etc. I
would like to expand this so that the query shows for each of the
months in the same query.
ie. Still have the prompt for Start Date and End Date but also have:
If I click on command: Monthly Report - it would show for Jan -- Dec
for that year.
I was thinking appending for each month to a tmp table - but how do i
start off.
Thanks for the help.
I currently have a report that is made up of a number of different
queries.
The user enters in a start date and end date and it calculates etc. I
would like to expand this so that the query shows for each of the
months in the same query.
ie. Still have the prompt for Start Date and End Date but also have:
If I click on command: Monthly Report - it would show for Jan -- Dec
for that year.
I was thinking appending for each month to a tmp table - but how do i
start off.
Thanks for the help.