I have a form that I want to use to update two tables with the same information.
I have a vehicle and driver table, that are linked by the registration, which is the primary key on the vehicle table. When a new record is entered, I want it to add the new registration to the vehicle table and the driver table. How do I set it to do this?
I have a vehicle and driver table, that are linked by the registration, which is the primary key on the vehicle table. When a new record is entered, I want it to add the new registration to the vehicle table and the driver table. How do I set it to do this?