Hi,
I have 3 tables, tblCompany, tblBranch & tblJobs all linked together. 1 Company to many Branches and 1 Branch to many jobs relationship.
The problem is that when I create a lookup field in tblJobs to look up the company (for easy insertion) I get a number instead, rather than the Company name and field changes to ID (which is from the tblCompany primary key. Is there a way where I can have only the company showing?
I can get this by removing the ID field from (tblCompany) so now all Company name are in as primary keys with no other field. Is this correct or will it cause me problems later on?
TIA
I have 3 tables, tblCompany, tblBranch & tblJobs all linked together. 1 Company to many Branches and 1 Branch to many jobs relationship.
The problem is that when I create a lookup field in tblJobs to look up the company (for easy insertion) I get a number instead, rather than the Company name and field changes to ID (which is from the tblCompany primary key. Is there a way where I can have only the company showing?
I can get this by removing the ID field from (tblCompany) so now all Company name are in as primary keys with no other field. Is this correct or will it cause me problems later on?
TIA