K
kathryn
In creating a table for maintenance of a fleet of cars, I would like each record to auto number as the primary key, except I'd like it to be PER CAR instead of overall. ex: Car 2 could have records 1-100, and Car 3 could have records 1-250, etc. This would make the Car # and Record number a shared primary key (or whatever it's called), right? How do I get it to do this on data entry? The fields are Record Number, Car Number, Maintenance date, etc. Help, if you can. I really appreciate it!