Access 2000 Parameter Prompt in Report

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

How do I prompt for a value to run a report for only that value in a field? I
also have a second question...where can I learn more about the "dashboard"
feature so I can bring my user right to the data entry form?
 
Use a control on a form for your user to enter or select a value to filter a
report http://www.tek-tips.com/faqs.cfm?fid=6763.

Most experienced programmers use "navigation" type forms with command
buttons that open other forms or reports. Command button wizards allow you to
create the buttons without much work.
 
Back
Top