Display message

  • Thread starter Thread starter Carol Simons
  • Start date Start date
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
 
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!"
 
Back
Top