How do I copy a table to a another Access database?

  • Thread starter Thread starter StuJBrown1
  • Start date Start date
S

StuJBrown1

Guest
The front-end database (editor) in my app (wirelist dwg creator/edtor) may link to any number of back-ends (each is an individual wirelist dwg). I need a method to copy a table into the back-end database from the running front-end app. I've got to add a table to 2,000+ drawings (access db's) and I would much rather have it installed on demand as users pull up the dwg in the editor than have to manually add the table to all those db's.
 
Check the on-line help for the TransferDatabase action and TransferDatabase method. Either of them should do the trick.
 

Users who are viewing this thread

Back
Top Bottom