P
Peter Kinsman
I have a database holding a number of tables which are linked using an
Autonumber primary index in the first field.
Changes to the operation of the company mean that fields will be added to
some tables. Because the old system will continue to be used while the new
system is being developed, I need to be able to export data from the old to
the new.
Because of the record number linking, I proposed doing this in stages using
vba:
1) Copy the old database in its entirety
2) Import any new tables and generate their data
3) Add any new fields to existing tables
I am happy with stages 1) and 2) but not sure about stage 3). Will I have
to open the table in Design View and then use SendKeys to make the
amendments?
Many thanks
Peter Kinsman
Autonumber primary index in the first field.
Changes to the operation of the company mean that fields will be added to
some tables. Because the old system will continue to be used while the new
system is being developed, I need to be able to export data from the old to
the new.
Because of the record number linking, I proposed doing this in stages using
vba:
1) Copy the old database in its entirety
2) Import any new tables and generate their data
3) Add any new fields to existing tables
I am happy with stages 1) and 2) but not sure about stage 3). Will I have
to open the table in Design View and then use SendKeys to make the
amendments?
Many thanks
Peter Kinsman