copying a form, table or module from on db to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am creating a program that uses forms, tables and modules with lots of VB
code. I want to have the program check for an update db and copy any form,
table or module from the update db to the currentdb. I have seen the
CopyObject method but it seems it copies from the currentdb to an external db
not the other way around. Any suggestions?

TIA,
David Moore
 
You might find Front End Updater on Tony Toew's site enlightening.
You have the right idea but it's more common to replace the entire
Front End than to fiddle with individual components.
HTH
 
Back
Top