Pretty Msgboxes

Tracy

Registered User.
Local time
Today, 14:42
Joined
Oct 19, 2001
Messages
71
Hi there,

In Access 97 you could put @ at the end of one sentence in a Msgbox and then @@1@@1 at the end of the next, and it would make the first sentence bold and put a new line between the two sentences when the msgbox displayed.

Does anyone know how to do this in Access 2000?

Thanks for any help
Tracy
 
Ta

Thanks Tim, this is a great help.

Tracy
 
Why does "Bold in Access 2000 Message Box" function not also work in Access 97?

Am I missing a reference? It errors when I try to run the sub and it errors on

Function FormattedMsgBox(Prompt As String, _
Optional Buttons As VbMsgBoxStyle = vbOKOnly, _
Optional Title As String = "Microsoft Access", _
Optional HelpFile As Variant, _
Optional Context As Variant) As VbMsgBoxResult


Thanks!
 
That's what I thought but I was trying to be proactive since we will eventually will upgrading from Access 97 one of these days.

Thanks!
 

Users who are viewing this thread

Back
Top Bottom