I'm way out of my knowledge area while doing this project so bare with me if I don't explain myself very well.
Database story: Facility does mask testing. Volunteers come in to wear the mask during testing. The volunteers would come in and fill out a form each time. They want to do all this in a database which I've begun setting up. They want to have a drop down menu with the volunteers names (done) and when they select a name, the form populates with the most recent of their records that are held in 5-6 tables. The tables were broken up into different history tables (mask history, medical history, family history, etc). When the volunteer returns, they will pull up his info in this database and he/she can make changes on the form. However, the problem I'm facing is, the client doesn't want the volunteer to copy over his current record, he wants whatever changes take place, to be a separate/new record. I was trying an Append Query but can't figure out how to append one record to the same table. I either can append all records or none.
OR
Do I set this up differently? Maybe have the history tables keep the older copies while a different table keeps the most recent? But then how do I even begin setting that up?Volunteers1.zip
Attached is the database.