S
Souris
I have an employee table which contains employee name and supervisors.
The supervisors link to employee table enployee number whick link to itself.
How should I do the relationship from Acess?
For example
TblEmployee
Employee Number Long Integer PK
First Name text(35)
Last Name text(35)
Supervisor Long Integer FK
The superviors links to employee table.
On the access how I can link the table itself.
Your information is great appreciated,
The supervisors link to employee table enployee number whick link to itself.
How should I do the relationship from Acess?
For example
TblEmployee
Employee Number Long Integer PK
First Name text(35)
Last Name text(35)
Supervisor Long Integer FK
The superviors links to employee table.
On the access how I can link the table itself.
Your information is great appreciated,