G
Guest
Yes, I know I can't do that! Here's what I've got:
tblVehicleMakes - lists car makes with ID# (which I shoulld have set up as
an Autonumber but didn't)
tblContacts
tblContactVehicles - what vehicles does each Contact own/show
tblCarShowRegistrations - what vehicles/contacts/payments happened when.
1 Contact many Vehicles
1 VehicleMake many ContactVehicles
1 Contact many CarShowRegistrations
Rick Willingham has provided lots of help to get me to this point - as have
lots of others.
So should I just make the ID tblVehicleMakes a numberthat auto-increments,
like in the "Autonumber problem" post below (11/9) or should I add an
autonumber field to tblVehicleMakes and somehow create new ContactVehicle and
CarShowRegis tables? I'm planning on a Version 2 of my database in the
future, but still will have to do the work.
This is a real how NOT to do it example.
tblVehicleMakes - lists car makes with ID# (which I shoulld have set up as
an Autonumber but didn't)
tblContacts
tblContactVehicles - what vehicles does each Contact own/show
tblCarShowRegistrations - what vehicles/contacts/payments happened when.
1 Contact many Vehicles
1 VehicleMake many ContactVehicles
1 Contact many CarShowRegistrations
Rick Willingham has provided lots of help to get me to this point - as have
lots of others.
So should I just make the ID tblVehicleMakes a numberthat auto-increments,
like in the "Autonumber problem" post below (11/9) or should I add an
autonumber field to tblVehicleMakes and somehow create new ContactVehicle and
CarShowRegis tables? I'm planning on a Version 2 of my database in the
future, but still will have to do the work.
This is a real how NOT to do it example.