I'm tracking truck service records. There is a Repairs table with ServiceID,
Truck #, date, and mileage fields. The service table has RoutineServiceID,
OilChange, OilFilter, FuelFilter, TransmissionChecked, etc fields and is
related to the Repairs table in a 1 to Many relationship. It seemed at the
time these tasks were all related and the correct way to go. I'm not sure
how many records would have to be changed to correct this but if that's the
best solution it's probably possible.