Make a selection for report

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

Guest

I have created a report - no problem. However, I want it to "prompt" me for
which record I want it to print. For example I could have over 1000 records
in the database and I only want "ABC Co." (record 32).

How can I do this?

I am use to Crystal, but not Access.

Thanks.

Ty
 
In the query upon which the report is baased you would put something
like....

=[Enter Partial Company Name]&"*"

or


=[Enter Company Name]



or, if you want to enter the company vendor number and you are pulling a
field to your query with that number, then you could use...

= [Enter Vendor Number]


Hope that helps.


Rick B
 
Back
Top