G
Guest
I have a file that contains qualifiers in both populated and null fields.
Null field ex. Mail_Address1 = "", Field with value ex. Mail_Address1 = "123
Main St.".
I want to update fields with null values with another field in the table.
Issue is: Access does not seem to recognize "" as a null value. So when I
enter the criteria "" and enter the update to be xyz field a message box pops
up saying 0 records were updated. Is there a way using asc or some other
method that would help me to help access recognize "" as a null value so I
can update my table with another field in the table?
Thank you,
Dave
Null field ex. Mail_Address1 = "", Field with value ex. Mail_Address1 = "123
Main St.".
I want to update fields with null values with another field in the table.
Issue is: Access does not seem to recognize "" as a null value. So when I
enter the criteria "" and enter the update to be xyz field a message box pops
up saying 0 records were updated. Is there a way using asc or some other
method that would help me to help access recognize "" as a null value so I
can update my table with another field in the table?
Thank you,
Dave