B
Bob Vance
Is there a shortcut That you can use Only to back up tables and not
forms,Queries,Modules,reports
forms,Queries,Modules,reports
Is there a shortcut That you can use Only to back up tables and not
forms,Queries,Modules,reports
Is there a shortcut That you can use Only to back up tables and not
forms,Queries,Modules,reports
Is there a shortcut That you can use Only to back up tables and not
forms,Queries,Modules,reports
John is this possible to use when you only have Microsoft Runtime?
Thanks John I have MA 2007 but my friens would only have runtime so if my db
(accdb) is split can they just back up the tables from backend from
runtime....Regards Bob
Thanks for your help John, I will go have a read up about splitting my db,
any there any advantages to splitting, and does that mean you have to dbs in
a folder?..Regards Bob
Allen Browne said:The advice you have received on splitting is well worth the effort, Bob.
If it's something you want to read further on, here's an introductory
article:
http://allenbrowne.com/ser-01.html
Backing up an Access database while it is in use is not a simple task.
There are various locking strategies that could be in use, and with
multiple users, the data may actually change while it is being backed up,
in which case you have an inconsistent copy.
But if you think it may be worth trying to get a snapshot of the data
anyway, here's some code that is not a complete utility, but does create a
copy of whatever data it can get at, in whatever state it's currently in,
to get a potentially incomplete snapshot of the data only at a point in
time:
http://allenbrowne.com/unlinked/backup.txt
Yes. Use the Database Splitter Wizard to split your database into
a frontend (containing forms, queries, modules and reports) and a
backend (containing only tables). Then you can back up either or
both databases.
there are advantages to splitting - I'd say more and call it
ABSOLUTELY ESSENTIAL.
There's no button on a toolbar or menu choice, if that's what
you're looking for. But it's possible to back up a back end even
if you don't have the runtime. At the command console, type:
copy C:\db.mdb C:\backup\db.mdb