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
Douglas J. Steele - 05 Feb 2006 23:12 GMT
Take a look at the TransferDatabase method.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Hello,
>
[quoted text clipped - 9 lines]
> TIA,
> David Moore
Larry Daugherty - 06 Feb 2006 00:17 GMT
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

Signature
-Larry-
--
> Hello,
>
[quoted text clipped - 6 lines]
> TIA,
> David Moore