start and end dates in a query

R

rap43

I have a query that I like to run a report by dates, start date and end date.
I have a report now that I can run but I have 2 years of dates in the table
in 200 records and I only need so many in the report. I can set the criteria
in the query with the between command and then run the report. I like to be
able to select dates that would temporary set the query and run the report.

rap43
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
F

fredg

I have a query that I like to run a report by dates, start date and end date.
I have a report now that I can run but I have 2 years of dates in the table
in 200 records and I only need so many in the report. I can set the criteria
in the query with the between command and then run the report. I like to be
able to select dates that would temporary set the query and run the report.

rap43
Please respond only to this newsgroup.
I do not reply to personal e-mail

As criteria on the query Date field, write:

Between [Start Date] and [End Date]


You will be prompted to enter the 2 dates.
 
R

rap43

Thanks loads

fredg said:
I have a query that I like to run a report by dates, start date and end date.
I have a report now that I can run but I have 2 years of dates in the table
in 200 records and I only need so many in the report. I can set the criteria
in the query with the between command and then run the report. I like to be
able to select dates that would temporary set the query and run the report.

rap43
Please respond only to this newsgroup.
I do not reply to personal e-mail

As criteria on the query Date field, write:

Between [Start Date] and [End Date]


You will be prompted to enter the 2 dates.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top