I am using an append query to make a new record in my database.
The database is to list clients who have been involved in car accidents. At the moment the vehicle owner is entered into the database (table:all_records) and the passengers in the vehicle are entered into a separate table (table
assengers). These are linked through the client ID.
I have now been asked if it is possible to create a new client from each passenger record. That means copying the passenger data into the client fields and copying the rest of the accident/vehicle details from the original client record.
Very helpful advice on here suggested an append query, which I have done, via a macro button in the details section of the passenger subform.
The problem is that when I use the button it wants to append all of the passengers instead of each one individually as not all passengers will become clients. The macro on the button is simply to open the append query.
Any help with this would be appreciated.
The database is to list clients who have been involved in car accidents. At the moment the vehicle owner is entered into the database (table:all_records) and the passengers in the vehicle are entered into a separate table (table

I have now been asked if it is possible to create a new client from each passenger record. That means copying the passenger data into the client fields and copying the rest of the accident/vehicle details from the original client record.
Very helpful advice on here suggested an append query, which I have done, via a macro button in the details section of the passenger subform.
The problem is that when I use the button it wants to append all of the passengers instead of each one individually as not all passengers will become clients. The macro on the button is simply to open the append query.
Any help with this would be appreciated.