msgbox text color

slimjen1

Registered User.
Local time
Today, 08:17
Joined
Jun 13, 2006
Messages
562
Hi All. I am using 2010 access ver. can you change the color of the text in a msgbox. I've searched but have not come across any thread pertaining to this.
Example:
Code:
"MsgBox "DO NOT CONTINUE UNTIL YOU..
I would like the text to be bold and red. Thanks
 
To my knowledge, no, but it would be fairly easy to use a form and open it in dialog mode so it acted like a message box.
 
No.

What you can do is built your own custom message form. Basically, its just a form that looks exactly like you want and then instead of calling MsgBox you use DoCmd.OpenForm to open that form.
 
Thank you all for your responses. I'll try this.
 

Users who are viewing this thread

Back
Top Bottom