C
Craig
Hello. I have built a pretty nice little db (Access 2003) for a customer of
mine, and, over time, would like to send him "updates" as I tweak and
streamline things. I'm thinking along the lines of an "update.mdb" that
would contain the updated objects (queries, forms, reports) and a sub that
would delete these objects from his existing .mdb file and export the new
ones to it. Then he could just delete the update.mdb when done.
"Sending" the new objects doesn't seem to be a problem, using
docmd.TransferDatabase, etc., etc., but I haven't figured out how to delete
all the existing objects prior to sending over the new ones.
I use DAO quite a bit within a "current" db, but haven't used it yet to work
with/manipulate another db. I'm guessing this is the route I need to take?
Thanks much for any suggestions/tips/solutions anyone can provide! Greatly
appreciated!
mine, and, over time, would like to send him "updates" as I tweak and
streamline things. I'm thinking along the lines of an "update.mdb" that
would contain the updated objects (queries, forms, reports) and a sub that
would delete these objects from his existing .mdb file and export the new
ones to it. Then he could just delete the update.mdb when done.
"Sending" the new objects doesn't seem to be a problem, using
docmd.TransferDatabase, etc., etc., but I haven't figured out how to delete
all the existing objects prior to sending over the new ones.
I use DAO quite a bit within a "current" db, but haven't used it yet to work
with/manipulate another db. I'm guessing this is the route I need to take?
Thanks much for any suggestions/tips/solutions anyone can provide! Greatly
appreciated!