I feel like I’m missing something very obvious, any help appreciated.
I have a LOG table. For each new row, if a Reference Number is present (not blank), I want to lookup that Reference Number in a second table and update a column there to say “Done”.
In the LOG table the column is REF_UID.
In the ACTIVITY table the column to update is “DONE”, there is also an ACTIVITY_UID column that should be matched to REF_UID.
It feels like it should be simple enough… a combination of IF/THEN and LOOKUP perhaps. But, despite days of trying different combinations and solution I can’t work it out. What am I overlooking?