View Full Version : conditional macro


geno
09-24-2001, 02:15 PM
Hi,
I have a form that runs on a query. The user is asked for a phone number. If the phone number is not in the DB a blank form is shown.I would like if the phone number is not in the DB a msgbox comes up and tells the user that there is no match in the DB.
Thanks for any help.
Geno

pdx_man
09-25-2001, 04:24 PM
What is the code that brings up the blank form? On the line before it, you will want to use the MsgBox function.

geno
09-26-2001, 07:00 AM
I'm not too familiar with the msgbox function, could you give me a little more help. Thanks