L
Lori2836 via AccessMonster.com
Can someone help? I am creating a training database. I have 10 tables - 1
for each set of Work Instructions. One set of instructions has 34 different
procedures....the table has a column for employee name and then one for each
work instruction number (to enter date training was taken) and another column
to be checked if the employee needs the training. Therefore there is a total
of 69 columns (employee, instruction date, instruction needed)....see below
EMPLOYEE DQP1 DQP1 DATE DQP2 DQP2 DATE DQP3 DQP3 DATE
This is getting way too large.....I can't add the criteria on the separate
select query lines....there are too many. Need to say "give me all employees
that need this training (check box is checked for each DQP) and date field is
blank.
Hopefully this is making sense.......help! How can I get the results I
need.....and maybe there is an easier way.........
for each set of Work Instructions. One set of instructions has 34 different
procedures....the table has a column for employee name and then one for each
work instruction number (to enter date training was taken) and another column
to be checked if the employee needs the training. Therefore there is a total
of 69 columns (employee, instruction date, instruction needed)....see below
EMPLOYEE DQP1 DQP1 DATE DQP2 DQP2 DATE DQP3 DQP3 DATE
This is getting way too large.....I can't add the criteria on the separate
select query lines....there are too many. Need to say "give me all employees
that need this training (check box is checked for each DQP) and date field is
blank.
Hopefully this is making sense.......help! How can I get the results I
need.....and maybe there is an easier way.........