Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Empty report 2

Status
Not open for further replies.

MMMC1

Programmer
Jul 28, 2006
1
CA
Hi,
I have a very silly question: I run a report based on the query with parameter for "Customer Name". Every time I enter wrong Customer Name it runs an empty report.
I would like to be able to get a message box with some message. example "No such customer".
Thnx.
 
Instead of using a parameter popup, try creating a form with a combo box with a list of avaiable names. That way, your users won't be able to enter an incorrect value for the name, or misspell a name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top