S
Simon
I have three separate IF statemnts. Currently when they
are true, the following code is executed:
First IF statement
MsgBox "Please enter a Client Name"
Cancel = True
Second IF statement
MsgBox "Please enter a Sub Client"
Cancel = True
Third IF statement
MsgBox "Please enter a File Barcode"
Cancel = True
This produces three message boxes.
Is it possible to have one message box that shows the
statements that are true.
are true, the following code is executed:
First IF statement
MsgBox "Please enter a Client Name"
Cancel = True
Second IF statement
MsgBox "Please enter a Sub Client"
Cancel = True
Third IF statement
MsgBox "Please enter a File Barcode"
Cancel = True
This produces three message boxes.
Is it possible to have one message box that shows the
statements that are true.