Message Box Title

A

accesshacker

Is there a way to Center the Title of a Message Box in Access 2003?

Thanks
 
D

Duane Hookom

There is a possible kludge with something like:
MsgBox("This is a test",vbQuestion+vbYesNo," Centered")

It ain't pretty but might work.
 
A

accesshacker

It lookslike just have to play with the spacing to try and get it centered.
Thanks again for the response.
 
Top