Display message

C

Carol Simons

I have a icon on my form which opens a query and ask the
user for a specific order# to display other information
about the order# from a table. When there is no order#
found I want to display a message informing the user they
must create a new log with a ok button. I know it is
probably easy but I can't figure it out please help.

Carol Simons
 
S

Sandra Daigle

Take a look a the msgbox function:

msgbox "The request log record was not found, you must create a new log
record.",vbokonly,"Record Not Found!"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top