Hi,
Im getting an error message: 'The value you entered isnt valid for this field'.
I want to change this with a msg box message. I know I have to place this at event (on error). But what is the error code for this message?
Hi,
Im getting an error message: 'The value you entered isnt valid for this field'.
I want to change this with a msg box message. I know I have to place this at event (on error). But what is the error code for this message?
Its either in the form text box .VALIDATIONTEXT property
or
same property in the table field.
if neither, then it could be vb code in the AFTERUPDATE event of the text box.