Maleficent
Registered User.
- Local time
- Today, 00:50
- Joined
- Oct 25, 2016
- Messages
- 21
Hi all
I have a database containing staff information - eg. name, dept, shift pattern etc
I am creating a new database to record absence
I want to lift some of the staff information from the staff database and put it into the absence database to save re-keying. ideally, when I update the staff database I want the absence database to be automatically updated
I thought I had solved this by creating a linked table
I don't want ALL of the table info in my new database. I had created a query to pull the relevant data and then append this to a new table. This way anytime the staff database is updated, I just run the append query on the absence database and it will update that too. HOWEVER this doesn't work - I'm assuming because it is attempting to append ALL records creating duplicates. What I really want is for it to update the existing data and only add any new records.
can this be done and if so how?
thanks in advance!
I have a database containing staff information - eg. name, dept, shift pattern etc
I am creating a new database to record absence
I want to lift some of the staff information from the staff database and put it into the absence database to save re-keying. ideally, when I update the staff database I want the absence database to be automatically updated
I thought I had solved this by creating a linked table
I don't want ALL of the table info in my new database. I had created a query to pull the relevant data and then append this to a new table. This way anytime the staff database is updated, I just run the append query on the absence database and it will update that too. HOWEVER this doesn't work - I'm assuming because it is attempting to append ALL records creating duplicates. What I really want is for it to update the existing data and only add any new records.
can this be done and if so how?
thanks in advance!