Have one table with car owner mailing information for mailing list labels. Right now am having the user create a generic ID for the car owner using their zipcode and part of last name. This ID field is my connecting link to the cars table. It is possible for one person from the owner's table to be linked to one or more cars in the cars table. Tried using AutoNumber in the car owner table but was not able to link it to a generic ID field in the cars table due to conflict of field types.
Can foresee possible problems with the generic ID that is asked to be created. Looking for suggestions on a better way to help avoid duplicates in the owner's table so that the same people don't get multiple mailings, yet easily link it to the cars table.
Thanks in advance.
Can foresee possible problems with the generic ID that is asked to be created. Looking for suggestions on a better way to help avoid duplicates in the owner's table so that the same people don't get multiple mailings, yet easily link it to the cars table.
Thanks in advance.