Is it possible to have a primary key based on two fields? I'd like to have the fields "Item Number" and "Production Line" used together because we have some item numbers that are made one production line at one time and another time may be made on a different production line. This had not previously been the case and the database was created with the understanding that "Item Number" was unique and each item was made on a specific production line. But now we want to make items on possibly more than one production line. It would be ideal to be able to say "this specific item number made on this specific line' is the new key. Is this possible? (As you may have guessed I am a novice; using Access 2007). Thank you.