Subject Re: Merge records
Author Adam
> I do not want by call table by table.

You don't have an option. They need to be updated table-at-a-time. You
could query the system tables to locate the tables and fields of
interest, and generate appropriate update statements. At a pinch, this
could be done in a stored procedure.

Adam