Okay, can I use this command to copy a form from another database to the currentdb? I'm trying to create an "update" button that deletes the current form in the user's database and copies the newest version from a network database. It seems like this should work, but I can't find any examples of copying FROM another database.
DoCmd.CopyObject
Collapse
X
Comment