I have a table that lists 400 different cars by manufacturers, makes and models. Each car has a unique ID (autonumber). I am linking this to another table but I only want to store the vehicle ID. I don't want to add three new fields for the manufacturers, makes and models. My user has to enter the manufacturer, make and model of the car and I want to pull the PK from that. I am using a dlookup but I am not sure how to combine the three statements to pull the PK. Each manufacturer is repeated at least 10 times, each make at least 5 times like you can have Ford - Taurus, Focus. I need the combination of all the factors to get the PK. can this be done? Or will I have to add 3 fields?
Thanks,
Survane.
Thanks,
Survane.