Reports asking for data before printing

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

Guest

My report asks me to "enter parameter value" ...identify the information for
all fields in my page header, rather than using the information from the
table. Why is this?

How do I query for the report to print only certain records.
 
Is your report bound to a tbale or query that contains the fields you
mention? To pull a specific record, put some criteria in your query or
apply a filter.
 
Are your prompts for parameters equivalent to the fields in your report's
field list?
 
Back
Top