Passing a Report a value

  • Thread starter Thread starter ChrisP
  • Start date Start date
C

ChrisP

How can I pass the report a parameter? I want to be
able to pass it a customer# and it display that service
bill in the report. My data report is running off a query
which I statically assigned a customer# just to get it to
work.

Thanks alot ahead of time

Chris
 
Hello Chris:

What you need to do is type Like[Enter Customer#] in the
criteria field of your query. This will prompt the user to
enter in the customer # that the query will run off of.

Pete
 
Back
Top