M
maura
My tblCar has a primary key CarNumber that is text
My tblRentalAgreement has a primary key AgreementNumber that is an autonumber
I will be using both these tables to create a form pulling information from
both tables... a coworker thinks I need a table -- tblCarAgreement which will
have an independant primary key (autonumber) with only two fields: (the
primary keys from the above tables) CarNumber and the AgreementNumber. He
thinks this is needed to form the relationships between the two tables. Is
this correct?
If yes, in this third table will the data types for these fields have to be
identical (to the table where they reside as primary keys)?
Thanks, maura
My tblRentalAgreement has a primary key AgreementNumber that is an autonumber
I will be using both these tables to create a form pulling information from
both tables... a coworker thinks I need a table -- tblCarAgreement which will
have an independant primary key (autonumber) with only two fields: (the
primary keys from the above tables) CarNumber and the AgreementNumber. He
thinks this is needed to form the relationships between the two tables. Is
this correct?
If yes, in this third table will the data types for these fields have to be
identical (to the table where they reside as primary keys)?
Thanks, maura