BoatingGirl
Programmer
I am looking for a way to change the error message:
"The field can not contain a Null value because the Required property for this field is set to True. Enter a value in this field."
I understand what the message means, but it really confuses my users. Is there a way that I can change the content of the error message?
I am also having difficulty with when they are getting the error message. The structure of my tables is such that only two fields (call them A and B) are related to the PK field "serial number", and the rest of the fields are related to a different PK. I created the form this way so that the serial number will not always be required, because there are times when there isn't information for fields A, B and Serial Number. However if the user accidentally begins entering information in the Serial Number field, but then realizes their mistake and deletes it, they will get that error message once the field loses focus. The form will not allow the user to continue until a unique value is entered into the Serial Number field. The only way they can get around it is to close the form completely and lose any informaiton that they have already keyed.
Is there is a way to get around it?
Thank you so much!
"The field can not contain a Null value because the Required property for this field is set to True. Enter a value in this field."
I understand what the message means, but it really confuses my users. Is there a way that I can change the content of the error message?
I am also having difficulty with when they are getting the error message. The structure of my tables is such that only two fields (call them A and B) are related to the PK field "serial number", and the rest of the fields are related to a different PK. I created the form this way so that the serial number will not always be required, because there are times when there isn't information for fields A, B and Serial Number. However if the user accidentally begins entering information in the Serial Number field, but then realizes their mistake and deletes it, they will get that error message once the field loses focus. The form will not allow the user to continue until a unique value is entered into the Serial Number field. The only way they can get around it is to close the form completely and lose any informaiton that they have already keyed.
Is there is a way to get around it?
Thank you so much!