how do i create a msgbox to pop up when a feild on a form is ente.

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

Guest

im trying to have a popup when a specific company is entered in the form.

data entry is the form name
bill to: company is the field name
 
Use the [Bill to: Company] OnEnter event to trigger a Macro or Event
Procedure that will display the message box.
Use Help on "MsgBox function" to learn how to display a popup message for
the user.
Al Camp
 
Back
Top