A
AccessIM
I am trying to create a database whose main purpose will be to randomly
assign selection employees to a list of areas in the waehouse (10 Aisle, 6
Aisle, 5 Aisle, 4 Aisle, 3 Aisle and Cooler). There is a max number of
employees in each area (4, 3, 1, 4, 4 and 1 respectively) and a group of
selectors to choose from that may change everyday.
Currently, I have a form that 1) uses option boxes to assign the number of
selectors the supervisor wants to assign to each area and 2) uses a subform
with check boxes for the supervisor to choose (by checking the check box)
which employees are selecting that day.
This seems correct to me so far but I am stuck now that I am trying to
assign the selection employees to their areas. For example, of the 14
employees who are selecting on 8/16/08, 4 will be assigned to the 10 aisle, 3
will be assigned to the 6 Aisle, 1 will be assigned to the 5 Aisle, 3 will be
assigned to the 4 Aisle, 2 will be assigned to the 3 Aisle and 1 will be
assigned to the cooler.
I am able to select this criteria on my form that I have created but that's
as far as I have been able to go.
I am guessing this can be done with VBA code but I am a beginner at best
when it comes to writing code so if your response includes code please be
gentle.
If anyone has any suggestions, I would greatly appreciate it as this is
making me crazy!
)
assign selection employees to a list of areas in the waehouse (10 Aisle, 6
Aisle, 5 Aisle, 4 Aisle, 3 Aisle and Cooler). There is a max number of
employees in each area (4, 3, 1, 4, 4 and 1 respectively) and a group of
selectors to choose from that may change everyday.
Currently, I have a form that 1) uses option boxes to assign the number of
selectors the supervisor wants to assign to each area and 2) uses a subform
with check boxes for the supervisor to choose (by checking the check box)
which employees are selecting that day.
This seems correct to me so far but I am stuck now that I am trying to
assign the selection employees to their areas. For example, of the 14
employees who are selecting on 8/16/08, 4 will be assigned to the 10 aisle, 3
will be assigned to the 6 Aisle, 1 will be assigned to the 5 Aisle, 3 will be
assigned to the 4 Aisle, 2 will be assigned to the 3 Aisle and 1 will be
assigned to the cooler.
I am able to select this criteria on my form that I have created but that's
as far as I have been able to go.
I am guessing this can be done with VBA code but I am a beginner at best
when it comes to writing code so if your response includes code please be
gentle.
If anyone has any suggestions, I would greatly appreciate it as this is
making me crazy!