R
rarerock
I'm building a database with 2 tables named "trips" and "riders". Trips
contains a tripID which is the primary key and all other fields are trip
information, date, location etc. Riders has 3 fields named trip, rider, and
type. I created a relationship with tripID and trip. I have 1 query called
"trips query1" that includes both tables that i used to create the trip form
and the rider subform. I need a command button that will allow me to
duplicate records from both forms. I've tried various codes from here and
other sites to with no success. Could someone help point me in the right
direction. Thank You.
contains a tripID which is the primary key and all other fields are trip
information, date, location etc. Riders has 3 fields named trip, rider, and
type. I created a relationship with tripID and trip. I have 1 query called
"trips query1" that includes both tables that i used to create the trip form
and the rider subform. I need a command button that will allow me to
duplicate records from both forms. I've tried various codes from here and
other sites to with no success. Could someone help point me in the right
direction. Thank You.