Hi All,
Can anyone please help me understand out of the two schema's which one is correct or are they both correct, which one will be easier to write SQL queries against, i tried writing an SQL query against Schema1 that would give me the CAR ID, Service Initiated By's first, last name ,Service Completed By's First and last name but i had no success(may be i didn't join the tables properly), does access even allow two foreign keys in one table referencing the same primary key from the other table(Schema 1) i tried enforcing referential integrity in Schema1 but i got an error. Or would i have to break the Car_Service table into two tables, as in Schema2
Cheers
Can anyone please help me understand out of the two schema's which one is correct or are they both correct, which one will be easier to write SQL queries against, i tried writing an SQL query against Schema1 that would give me the CAR ID, Service Initiated By's first, last name ,Service Completed By's First and last name but i had no success(may be i didn't join the tables properly), does access even allow two foreign keys in one table referencing the same primary key from the other table(Schema 1) i tried enforcing referential integrity in Schema1 but i got an error. Or would i have to break the Car_Service table into two tables, as in Schema2
Cheers