I've search about in various forums but I haven’t found any answers to this specific question.
I have 2 tables Joined by an id field. Table 1 has 4 fields that MAY require updating.
Each field in table 1 is updated from table2 but only if the equivalent field is Null in table 1.
I can update all 4 fields from table 2 at once but I only want to update those that are missing data (i.e. null) if I set each field criteria as Is Null then the record will only update if all 4 are null.
I have this running without issue by having 4 separate update queries called 1 after the other. BUT I am wondering if there is a better way of doing this?
any advice welcomed
Steve
I have 2 tables Joined by an id field. Table 1 has 4 fields that MAY require updating.
Each field in table 1 is updated from table2 but only if the equivalent field is Null in table 1.
I can update all 4 fields from table 2 at once but I only want to update those that are missing data (i.e. null) if I set each field criteria as Is Null then the record will only update if all 4 are null.
I have this running without issue by having 4 separate update queries called 1 after the other. BUT I am wondering if there is a better way of doing this?
any advice welcomed
Steve