J
Joe Williams
how do I create a MsgBox that displays multiple lines of data? For example,
I want to run a validation routine that will show the user the errors on
thier form when a button is pressed. It could be only one error, it could be
more than that. I would like the MsgBox to display the errors on separate
lines, as follows:
Date field cannot be left blank
User ID must be entered
Quantity must be greater than 0
I know how to send a string to the MsgBox function, but not how to make the
MsgBox grow dynamically with a separate line for each error. Any thoughts?
Thanks!
-joe
I want to run a validation routine that will show the user the errors on
thier form when a button is pressed. It could be only one error, it could be
more than that. I would like the MsgBox to display the errors on separate
lines, as follows:
Date field cannot be left blank
User ID must be entered
Quantity must be greater than 0
I know how to send a string to the MsgBox function, but not how to make the
MsgBox grow dynamically with a separate line for each error. Any thoughts?
Thanks!
-joe