H
Heath
Greetings all,
I am new to actually messing around in access and can’t seem to find a
solution to my problem. I have two tables one is Employees and the other
is company. They are already set up with a one-to-many relationships.
The problem I am having is when adding a new employee I am limited to
selecting a value that exists in the company table, which can be 1
though 5. Is there a way though query or some other means to show the
name rather than the ID for that field?
Table outline
[Employee]
CompanyID
FirstName
LastName
Department
Title
[Company]
CompanyID
Company
So rather than showing the ID for the first company (1) I want to show
the actual companies name (Andersons).
Thanks for the time!
Heath
I am new to actually messing around in access and can’t seem to find a
solution to my problem. I have two tables one is Employees and the other
is company. They are already set up with a one-to-many relationships.
The problem I am having is when adding a new employee I am limited to
selecting a value that exists in the company table, which can be 1
though 5. Is there a way though query or some other means to show the
name rather than the ID for that field?
Table outline
[Employee]
CompanyID
FirstName
LastName
Department
Title
[Company]
CompanyID
Company
So rather than showing the ID for the first company (1) I want to show
the actual companies name (Andersons).
Thanks for the time!
Heath