PDA

Click to See Complete Forum and Search --> : Update Access DB code but not data [Resolved]


ober0330
Dec 11th, 2003, 07:23 AM
Here's the situation: I have made some modifications to a copy of a database. The data in the origional has been updated, but my modifications have not been added to the origional.

Without tying up the origional DB for an extended period, is there a way to copy all of my changes (new queries/forms) to the origional while keeping the data intact?

salvelinus
Dec 11th, 2003, 09:24 AM
Look in help under "import", then "import database objects", it'll give you a better explanation than my doing it here.
If you want to do it in code, look at the CopyObject action.

ober0330
Dec 11th, 2003, 09:47 AM
:thumb:

Thanks :D