G
GLT
Hi I have a feeling that the answer to this question is going to be a bit
messy and complicated but here is the question:
I have two tables Activity Summary and Activity Detailed and both tables are
related via a primary / foreign key.
The Activity Summary table contains our remote servers and what time the
Backup Started / Completed and the Backup Status.
The Activity Detailed table contains further infomation for each backup that
is listed in the Activity Summary table.
My question is:
as the VBA code scans through our servers and records an entry in the
Activity Summary table, the VBA code performs additional loops that do
further analysis and adds that information to the Activity Detailed table -
this works except the parent / child records loose their relationship as
records get added to each of the tables.
When running VBA, how do i create an entry for the parent table, and then
enter related records for the child table and keep all records related?
All help is greatly appreciated...
Thanks,
GLT
messy and complicated but here is the question:
I have two tables Activity Summary and Activity Detailed and both tables are
related via a primary / foreign key.
The Activity Summary table contains our remote servers and what time the
Backup Started / Completed and the Backup Status.
The Activity Detailed table contains further infomation for each backup that
is listed in the Activity Summary table.
My question is:
as the VBA code scans through our servers and records an entry in the
Activity Summary table, the VBA code performs additional loops that do
further analysis and adds that information to the Activity Detailed table -
this works except the parent / child records loose their relationship as
records get added to each of the tables.
When running VBA, how do i create an entry for the parent table, and then
enter related records for the child table and keep all records related?
All help is greatly appreciated...
Thanks,
GLT