sub msg()
msgbox "This is the message",, "Title Box" ' <====== Modify to suit
end sub
You can use the :
call msg to run the msgbox
Or alternately
in design mode double click the command button you want to run the message,
then place the code there.
Corey....
"Sara Stone" <(E-Mail Removed)> wrote in message
news:CB2B2BE0-B000-4663-8D41-(E-Mail Removed)...
> Hello,
>
> Does anyone know how to assign a pop up message when a command button is
> pushed? I'm trying to create a form that has help buttons and when one of
> the help buttons is pushed by a user I need a pop up (or something like
> it)
> to come up and say a specific message.
>
> Please help. Thanks!
|