S
sword856
Hello all, I have a tough problem I need to address.
I need to generate a training report for a given employee. I have a
list of possible positions. Each position has a series of mandatory
training classes necessary to be certified in that position.
Employees have taken classes for position certification and classes
that do not contribute to certification. I need to separate mandatory
training and Other training on my report, which is based off a query.
I have a form with a combo box to pick an employee's name and a combo
box to pick a position. Once the user picks these two things and
clicks "Get Report", I have a report that has 2 sections: Mandatory
and Other training. Right now, the query is set up so that I have to
type in each class name separated by OR in the criteria line to get
what I want. I would like this to be entered when the user picks a
position. I would also need to know where to store the list of
classes for each position, i.e. in a table, in multiple tables, or
what not.
Keep in mind the following:
There are classes all positions require.
There are classes a few positions require.
There are classes only one position requires.
Thanks for any help anyone might have,
George
I need to generate a training report for a given employee. I have a
list of possible positions. Each position has a series of mandatory
training classes necessary to be certified in that position.
Employees have taken classes for position certification and classes
that do not contribute to certification. I need to separate mandatory
training and Other training on my report, which is based off a query.
I have a form with a combo box to pick an employee's name and a combo
box to pick a position. Once the user picks these two things and
clicks "Get Report", I have a report that has 2 sections: Mandatory
and Other training. Right now, the query is set up so that I have to
type in each class name separated by OR in the criteria line to get
what I want. I would like this to be entered when the user picks a
position. I would also need to know where to store the list of
classes for each position, i.e. in a table, in multiple tables, or
what not.
Keep in mind the following:
There are classes all positions require.
There are classes a few positions require.
There are classes only one position requires.
Thanks for any help anyone might have,
George