Can somebody please help me with this. How can I have a message break into two lines using the Access Message Dialog Box? Some of my messages are detailed and real long:
MsgBox "Blah Blah Blah extra long message", vbCritical
I tried this without success...maybe somebody can fix this for me:
MsgBox "Blah Blah Blah" & Char(13) + Char(10)& "Extra long message", vbCritical
MsgBox "Blah Blah Blah extra long message", vbCritical
I tried this without success...maybe somebody can fix this for me:
MsgBox "Blah Blah Blah" & Char(13) + Char(10)& "Extra long message", vbCritical