G
Guest
Wrote an asset tracking database, and got an interesting request from
accounting. Bascially they wanted a duplicate database for themselves to
reconsile and update info in ... then when ready I would simply transfer the
data from the "accounting DB" they were working on into the "production DB"
already inplace.
Despite how easy as I assumed it would be, I can't find an easy way to
append/update all the data from one to the other. The import option always
makes duplicate tables.
I'm guessing theres got to be sample VB code out there somehwere I can
cut-paste-and-hack to pull this off, as every table and relationship is
identicle. It may get a little trickier with the joins ... but I imagine
still plausible.
Anyone able to point me in the right direction?
accounting. Bascially they wanted a duplicate database for themselves to
reconsile and update info in ... then when ready I would simply transfer the
data from the "accounting DB" they were working on into the "production DB"
already inplace.
Despite how easy as I assumed it would be, I can't find an easy way to
append/update all the data from one to the other. The import option always
makes duplicate tables.
I'm guessing theres got to be sample VB code out there somehwere I can
cut-paste-and-hack to pull this off, as every table and relationship is
identicle. It may get a little trickier with the joins ... but I imagine
still plausible.
Anyone able to point me in the right direction?