Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting Msgbox

Status
Not open for further replies.

RealKiwi

Technical User
Feb 26, 2004
41
NZ
I'm not even sure if this is possible, but just testing the waters here.

Msgbox "INFORMATION:" & chr(13) & chr(13) & _
"You are not allowed to edit records" & chr(13) & chr(10) & _
"with this logon.", vbInformation

I want to set the word "information" in the msgbox to display as bold text, and the remaining text to be normal.

Is it possible??

thanks RK
 
Well, not really in Access 2000+ versions. In a97, you could do it using "@" as separator:

[tt]msgbox "First@second@third"[/tt]

To get first section bold.

In this thread (thread705-733705) DeanWilliams demonstrates how to perform/emulate the same in a2k+.

Roy-Vidar
 
Thanks Roy - that thread was very useful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top