K Kan D. Jul 25, 2006 #1 I forgot how to make bold the first line (or sentence) in a 2 sentence msgbox prompt. Please help Kan
I forgot how to make bold the first line (or sentence) in a 2 sentence msgbox prompt. Please help Kan
A Allen Browne Jul 25, 2006 #2 Microsoft broke that in Access 2000. You can still fudge it by calling the MsgBox() through the expression service like this: Eval("MsgBox(""This is the bold line@Line 2@Line 3"",1)")
Microsoft broke that in Access 2000. You can still fudge it by calling the MsgBox() through the expression service like this: Eval("MsgBox(""This is the bold line@Line 2@Line 3"",1)")
K Kan D. Jul 25, 2006 #3 thanks Allen Browne said: Microsoft broke that in Access 2000. You can still fudge it by calling the MsgBox() through the expression service like this: Eval("MsgBox(""This is the bold line@Line 2@Line 3"",1)") Click to expand...
thanks Allen Browne said: Microsoft broke that in Access 2000. You can still fudge it by calling the MsgBox() through the expression service like this: Eval("MsgBox(""This is the bold line@Line 2@Line 3"",1)") Click to expand...