matt beamish
Registered User.
- Local time
- Today, 01:53
- Joined
- Sep 21, 2000
- Messages
- 215
Dear experts,
I am now wanting to develop further a time-sheet recording and flexitime calculating database that I was developing a few weeks back. This is running smoothly and does what I want it to do. I now want to take a summary of information from perhaps 30 of these databases (one for each user) and append the information into one table in master database that is held centrally.
I am aware that corruptions can occur with table database linking. The central database is critical to the operations of my organisation, and I do not want to risk compromising that with sloppy design and resulting corruptions. I am wondering if it might be advantageous to use another database to collate the 30 or so separate tables from each user, to create one table that is then linked into the main database either on start up, or by an administrator running an append query.
On appending data is it better practise to
1. Delete all exisiting data in the target table and append a new total set
2. By virtue of primary key info attempt to only append new data.
Any general advice on how to do this and avoid corruptions in the future gratefully received.
Thanks
Matt
I am now wanting to develop further a time-sheet recording and flexitime calculating database that I was developing a few weeks back. This is running smoothly and does what I want it to do. I now want to take a summary of information from perhaps 30 of these databases (one for each user) and append the information into one table in master database that is held centrally.
I am aware that corruptions can occur with table database linking. The central database is critical to the operations of my organisation, and I do not want to risk compromising that with sloppy design and resulting corruptions. I am wondering if it might be advantageous to use another database to collate the 30 or so separate tables from each user, to create one table that is then linked into the main database either on start up, or by an administrator running an append query.
On appending data is it better practise to
1. Delete all exisiting data in the target table and append a new total set
2. By virtue of primary key info attempt to only append new data.
Any general advice on how to do this and avoid corruptions in the future gratefully received.
Thanks
Matt