TSIsolutions
MIS
Hello everyone,
I have created a table with a list of Error Numbers and Error Descriptions in order to avoid having to rewrite error messages. I call the error message found in a text field using a function similar to MsgBox. Sometimes, the error description is quite long and I want to be able to include tabs and carriage returns within the text field.
Right now, my MessageBox function understands the whole field as a string and doesn't recognize vbTab and vbCrLf. Is there something I can do to make the function understand them as vbTab and vbCrLf?
Thanks,
Lawrence
I have created a table with a list of Error Numbers and Error Descriptions in order to avoid having to rewrite error messages. I call the error message found in a text field using a function similar to MsgBox. Sometimes, the error description is quite long and I want to be able to include tabs and carriage returns within the text field.
Right now, my MessageBox function understands the whole field as a string and doesn't recognize vbTab and vbCrLf. Is there something I can do to make the function understand them as vbTab and vbCrLf?
Thanks,
Lawrence