I've two inputs (A and
and would like to compare and update data having A as primary. For example:
Input A
Input B
Output
- ID and Year are the key fields
- I'd like to update Address and Contact. If the field is null on B, keep A.
Real tables actually have 75 fields. Is there a way to create a single template formula for all 75 fields like IIF(Isnull([Field_B]), [Field_A], [Field_B]) instead of creating a formula for each field (one giant formula tool with 75 formulas) - nor using batch macros.