Msgbox question?

  • Thread starter Thread starter FatMan
  • Start date Start date
F

FatMan

I have a button on a form that once pressed displays a message box. What I
would like to know is can I controll the screen position where the message
box opens. Can this be done?

Any help is greatly appreciated?

Thanks,
FatMan
 
Hi FatMan,
no, unless you build your own message box using a form, and use that to
display the message instead of the inbuilt MsgBox.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
I have a button on a form that once pressed displays a message box. What I
would like to know is can I controll the screen position where the message
box opens. Can this be done?

Not, to my knowledge, with a Msgbox; however you can accomplish the same task
by opening a small popup form and specifying its location.
 
Thanks for the help.

Jeanette Cunningham said:
Hi FatMan,
no, unless you build your own message box using a form, and use that to
display the message instead of the inbuilt MsgBox.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

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