I am needing help with relationships on my tables. Here is the rundown of my dbase.
tblContact PK=ContactID
tblCompany PK=CompanyID
tblQuote PK=QuoteID
tblJob PK=JobID
tblCompany 1 to many tblContact using PK CompanyID
tblCompany 1 to many tblQuote using PK CompanyID
tblQuote 1 to many tblJob using PK QuoteID
Company - info only about the company
Contact - info about contacts and also be able to view company info
Quote - info about quote numbers, product specs. Would like to be able to view company information from here as well as contacts associated with that company.
Job - Quotes that have been made jobs recieve a new number.(example: Quote Number: T1321 Job Number: 1321T)
I have tried to explain this the best I can with me being a newbie to Access. I would appreciate any help.
Thanks
jstew
tblContact PK=ContactID
tblCompany PK=CompanyID
tblQuote PK=QuoteID
tblJob PK=JobID
tblCompany 1 to many tblContact using PK CompanyID
tblCompany 1 to many tblQuote using PK CompanyID
tblQuote 1 to many tblJob using PK QuoteID
Company - info only about the company
Contact - info about contacts and also be able to view company info
Quote - info about quote numbers, product specs. Would like to be able to view company information from here as well as contacts associated with that company.
Job - Quotes that have been made jobs recieve a new number.(example: Quote Number: T1321 Job Number: 1321T)
I have tried to explain this the best I can with me being a newbie to Access. I would appreciate any help.
Thanks
jstew