G
Guest
I am trying to deploy an update program to modify and add some tables to an
existing database in a split database application. My intention was to
create a database that would import all the tables including data from the
existing tables, add tables and modify existing tables, then export them to a
new table.
Since there are about 60 tables, I did not want to import each separately.
Using the docmd.transferdata command, can I nominate all tables to be
imported rather than write the line 60 times?
existing database in a split database application. My intention was to
create a database that would import all the tables including data from the
existing tables, add tables and modify existing tables, then export them to a
new table.
Since there are about 60 tables, I did not want to import each separately.
Using the docmd.transferdata command, can I nominate all tables to be
imported rather than write the line 60 times?