Can someone show me how to update a table with a field from another table. I have a field to match.
Pseudocode:
Update the id field on TableA with the id field from TableB.
Join the tables using xCode on both tables.
Only update records on TableA when the id is blank.
Thanks in advance for your time.