M
mndpy
I am working on a database that displays employee information. I have tables
that include:
Employees
Absence / Tardy
Checklists
Special Events
For each of these tables the primary key is their ID# and each table has all
the ID#'s in.
I have two other tables that are:
Inservices 1
Inservices 2
They also include the primary key ID#
These two tables only include specific people assigned to certain
departments.
I have the relationships a 1-1 for all the tables back to the Employees.
My problem is that when I combine data when making a query from one of the
all tables and one of the some table my data does not show up.
So I have to have something wrong. I can't see to figure it out. So any help
that anyone can give me would be appreciated.
Thank!
that include:
Employees
Absence / Tardy
Checklists
Special Events
For each of these tables the primary key is their ID# and each table has all
the ID#'s in.
I have two other tables that are:
Inservices 1
Inservices 2
They also include the primary key ID#
These two tables only include specific people assigned to certain
departments.
I have the relationships a 1-1 for all the tables back to the Employees.
My problem is that when I combine data when making a query from one of the
all tables and one of the some table my data does not show up.
So I have to have something wrong. I can't see to figure it out. So any help
that anyone can give me would be appreciated.
Thank!