G
Guest
I have this as a two step process:
1. I have a make table query that creates blank columns I will fill in
during the next step
2. I want to update those blank columns with an update query.
For the field name, I used (Name: "") to create place holder columns, but
when I create an update query to change Null to "Manager", it doesn't
recognize the Null values.
1. I have a make table query that creates blank columns I will fill in
during the next step
2. I want to update those blank columns with an update query.
For the field name, I used (Name: "") to create place holder columns, but
when I create an update query to change Null to "Manager", it doesn't
recognize the Null values.