473,399 Members | 4,254 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

making a backup copy of a table

ive been too busy trying to get my database and forms to work to really
concern myself with backing things up or protecting the data in case a user
really botches something up. is there anything like archive logging for an
access database.

for now is there a way I can say copy main-table into main-table-timestamp
automatically when the application opens or say when a form is loaded?

the database is usable at this time but there are alot of tweaking I need to
do, things like locking things down so that someone needs to click on a
button to be allowed to edit something. never built it in since I was the
dev and wasnt working with real data but people need this thing to go into
action asap so am importing the actual data. as it is, its real easy for
someone to have a record highlighted in a form and all they need to do is
accidentally hit a button and the field has changed.


Nov 13 '05 #1
1 3067
The MakeTable Query is a good way to copy an entire table, but copying
entire tables may not be the best approach. How about copying the entire
database? If you do decide to make time/date-stamped copies of tables, it'd
be a good idea to make them into a separate database, just in case. If your
database becomes badly corrupted, you may not be able to retrieve anything
from it.

Larry Linson
Microsoft Access MVP
"Steve" <1@2.com> wrote in message
news:j_*****************@newsread3.news.atl.earthl ink.net...
ive been too busy trying to get my database and forms to work to really
concern myself with backing things up or protecting the data in case a user really botches something up. is there anything like archive logging for an
access database.

for now is there a way I can say copy main-table into main-table-timestamp
automatically when the application opens or say when a form is loaded?

the database is usable at this time but there are alot of tweaking I need to do, things like locking things down so that someone needs to click on a
button to be allowed to edit something. never built it in since I was the
dev and wasnt working with real data but people need this thing to go into
action asap so am importing the actual data. as it is, its real easy for
someone to have a record highlighted in a form and all they need to do is
accidentally hit a button and the field has changed.

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Sims | last post by:
Hi, Assuming the table MYTABLE, i want to run a script to backup the table. But there does not seem to be a straight forward function in MySQL to achieve it, Something like COPY TABLE...
2
by: Michael Orlando | last post by:
Any help would be greatly appreciated. My problem is that I need to set up a backup SQL Server 2000 machine which can be used in case of a failure to my primary. All databases (30 as of now)...
6
by: Joachim Klassen | last post by:
Hi all, DB2 V8 FP4 introduces a COMPRESS feature to the backup command. The documentation in the relase notes is very short. Any sources to read more about this new feature ? eg. Is it available...
0
by: Willem | last post by:
Based on MK's TSI_SOON (http://www.trigeminal.com/)I've created a nifty little procedure that - whenever you compact you db you get an incremental backup copy. Given that you have a table with...
3
by: rdemyan via AccessMonster.com | last post by:
I'm thinking about providing a relatively easy method for users to restore the front end from a backup. The purpose is to allow for restoring if the front end becomes corrupt. Here are some...
6
by: himilecyclist | last post by:
I am trying to use the SQL "SELECT INTO" to create a copy of a MySQL database. My PHP code looks like this: <?php //Connect to server and database include ("Connections/ovrs.inc");
2
by: rdemyan via AccessMonster.com | last post by:
For some of my really important tables, I have backup tables in the backend file. The idea is that if a user accidentally screws up data, they can go to a form and restore from the backup table...
1
by: Joachim Klassen | last post by:
Hi all, a couple of questions regarding LOAD COPY YES: when does a LOAD COPY YES start to write its backup image ? After LOAD Phase or after BUILD or DELETE phase? What gets backed up - data...
3
by: Robertf987 | last post by:
Well, I think I've described what I want to do in the title here. In the database, I have two main tables that contain the main data for the database. One for group expenditures, another for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.