Dear all,
I have the following table (see attachment for an overview of the relationship)
Table Division
1. DivisionID (primary key)
DivisionName
Table employee Division
2. EmployeeID (primary key)
DivisionName
Table employee Name
3. EmployeeID (primary key)
EmployeeName
&
table employee star
4. EmployeeID
StarID
I linked all the tables but i cant get an overview with DivisionName, EmployeeName & StarID. Anybody some clues on how i can solve this?
Regards, Marc