Popup

  • Thread starter Thread starter Ripper
  • Start date Start date
R

Ripper

What is the VBA Command to have a popup menu appear?

I just want a simple popup with only a close button.
I know, I could make a simple form and do this, but I am trying to learn
for the future.

Rip
 
Ripper said:
What is the VBA Command to have a popup menu appear?

I just want a simple popup with only a close button.
I know, I could make a simple form and do this, but I am trying to learn
for the future.
------------
Hi Rip,

Use the MsgBox function to display a popup. The parameters you pass to it
will determine what buttons will appear. For more information, please
consult your Access documentation.
 
Back
Top