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

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
 
L

Larry Daugherty

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top