Creating Reports from select fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Use criteria in the query that is source for the report ---
Between [Enter start date] And [Enter end date]
 
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
 
Back
Top