OS: MS XP
Access version: 2003 SP2
I am trying to use an update query to replace quote marks with nothing. In essence, I'm removing quote marks. I get a error message when a field is empty or has no value in it.
Query:
Field: Zipcode
Table: tblMemberInfo
Update to: Replace([Zipcode],"""","")
Error message: Microsoft office access can't update all the records in the update query. Microsoft office access didn't update 2 field(s) due to a type conversion failure, 0 record(s) due to key violations, 0 records(s) due to lock violations, and 0 record(s) due to validation rule violations. Do you want to continue running this type of action query anyway? To ignore the error(s) and run the query, click Yes. For an explination of the causes of the violation, click help.
Yes button will run the query fine. Help button brings up nothing.
In the table for the field "zipcode" is set as a text field for using US zipcodes and Canadian postal codes.
The field is not required and Null values allowed is set to yes.
Is there a way around this error message. How do you update a field that has no value.
Access version: 2003 SP2
I am trying to use an update query to replace quote marks with nothing. In essence, I'm removing quote marks. I get a error message when a field is empty or has no value in it.
Query:
Field: Zipcode
Table: tblMemberInfo
Update to: Replace([Zipcode],"""","")
Error message: Microsoft office access can't update all the records in the update query. Microsoft office access didn't update 2 field(s) due to a type conversion failure, 0 record(s) due to key violations, 0 records(s) due to lock violations, and 0 record(s) due to validation rule violations. Do you want to continue running this type of action query anyway? To ignore the error(s) and run the query, click Yes. For an explination of the causes of the violation, click help.
Yes button will run the query fine. Help button brings up nothing.
In the table for the field "zipcode" is set as a text field for using US zipcodes and Canadian postal codes.
The field is not required and Null values allowed is set to yes.
Is there a way around this error message. How do you update a field that has no value.
Comment