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.
 

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

Back
Top