D
David
I am redesigning a system. Several key tables and
relationships have changed.
To vastly oversimplify, there were two major tables but
now a third table will sit in the middle with links to the
previous tables.
The data to build the new tables is sitting around in
existing tables but I need to extract it and load it to
the new tables. Autonumber keys are involved.
How do I do this? I need VBA code to read tables, apply
selection and filtering logic and spit out the new tables.
I need the ability to change the values in some columns.
I think its too complex for a query.
Any help appreciated.
relationships have changed.
To vastly oversimplify, there were two major tables but
now a third table will sit in the middle with links to the
previous tables.
The data to build the new tables is sitting around in
existing tables but I need to extract it and load it to
the new tables. Autonumber keys are involved.
How do I do this? I need VBA code to read tables, apply
selection and filtering logic and spit out the new tables.
I need the ability to change the values in some columns.
I think its too complex for a query.
Any help appreciated.