Creating Reports from select fields

D

Dx2ry

I have a form that new data is entered into a table everyday, and I have
created a report that prints labels for the data that is entered. How do I
set my report to prompt for a range of data to print? As of right now the
report generates all of the data that is found in the table. I just want a
prompt to appear asking for a range of dates to include in the report. I
have litttle/no experience with macros or Visual Basic.

Thanks
 
K

KARL DEWEY

Use criteria in the query that is source for the report ---
Between [Enter start date] And [Enter end date]
 
D

Dx2ry

It worked!!! Thank you so much.

KARL DEWEY said:
Use criteria in the query that is source for the report ---
Between [Enter start date] And [Enter end date]
--
KARL DEWEY
Build a little - Test a little


Dx2ry said:
I have a form that new data is entered into a table everyday, and I have
created a report that prints labels for the data that is entered. How do I
set my report to prompt for a range of data to print? As of right now the
report generates all of the data that is found in the table. I just want a
prompt to appear asking for a range of dates to include in the report. I
have litttle/no experience with macros or Visual Basic.

Thanks
 

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