R
Ray
I have the following code
MsgBox "Please select a Form or Report", 64, "Incomplete Request"
I would like to put more text in the message but I want it on two lines
rather than just 1 long line.
example: "Please select a Form or Report"
"from the list below."
rather than: "Please select a Form or Report from the list below."
Any suggestions???
MsgBox "Please select a Form or Report", 64, "Incomplete Request"
I would like to put more text in the message but I want it on two lines
rather than just 1 long line.
example: "Please select a Form or Report"
"from the list below."
rather than: "Please select a Form or Report from the list below."
Any suggestions???