It's the same MsgBox in Access 2007 as in previous versions: it actually is
a Windows API.
Check the free Custom MsgBox Creator Arvin Meyer has at
http://www.datastrat.com/DataStrat2.html
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"accesshacker" <(E-Mail Removed)> wrote in message
news:09466355-1703-42A5-B552-(E-Mail Removed)...
> 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.
>
> Thank you for the prompt reply!!
>
> "Daniel Pineault" wrote:
>
>> 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,
>>
>> Daniel Pineault
>> http://www.cardaconsultants.com/
>> For Access Tips and Examples: http://www.devhut.net
>> Please rate this post using the vote buttons if it was helpful.
>>
>>
>>
>> "accesshacker" wrote:
>>
>> > Was wondering how I could center the text in a MsgBox that I am putting
>> > in my
>> > code.
>> >
>> > Thanks