As far as I know, there is no way to do this using a MsgBox. However, all
you have to do is create your own custom Message box form and then you can
control anything and everything you would like to.
--
Hope this helps,
Had a feeling that was going to be the answer. I am sure that is also easier
to do in 2007 than in previous versions. Unfortunately, client is on 2003 and
am using their program to develop.
Had a feeling that was going to be the answer. I am sure that is also easier
to do in 2007 than in previous versions. Unfortunately, client is on 2003 and
am using their program to develop.
It's not a bit different. Just don't call it a message box, but rather call it
a Popup Form, and it will fall into place.
Just create a small unbound form with a textbox (centered) and open it with
DoCmd.OpenForm rather than MsgBox. You may want to put an "ok" button on the
form to close it.
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.