Hello ...
I have been trying to create an update query to no avail ...
I have two tables... Status_table that joins to DQStatus_table ...
Status_table.api_nbr = DQStatus_table.state_api_nbr ...
I am trying to create an update query that will update Status_table.Status with DQStatus.state_desc where these two columns do not match (the columns are both string data types)...
If anyone has any ideas ... I would greatly appreciate it ...thanks!
Regards ...
gwoman
I have been trying to create an update query to no avail ...
I have two tables... Status_table that joins to DQStatus_table ...
Status_table.api_nbr = DQStatus_table.state_api_nbr ...
I am trying to create an update query that will update Status_table.Status with DQStatus.state_desc where these two columns do not match (the columns are both string data types)...
If anyone has any ideas ... I would greatly appreciate it ...thanks!
Regards ...
gwoman