msgbox "Can this message appear in boldface?",vbYesNo,"Hope So"

  • Thread starter Thread starter Jesse Aufiero
  • Start date Start date
Not really.

Access 97 let you use @ as delimiters, so that you could force part of the
message box to be in bold, and you can still force that behaviour using
code, but realistically you'd likely be better off creating a form that
looks like a message box, and use it instead.

See my May, 2005 "Access Answers" column in Pinnacle Publication's "Smart
Access". You can download the column (and sample database) for free at
http://www.accessmvp.com/DJSteele/SmartAccess.html
 
Back
Top