D
dab1477
Thanks in advance for any direction you can provide.
I've created a form to capture hourly production from 4 different
departments. The form was created to allow each department to select their
department name from a combo list box - as I am using the SAME form to input
data from all 4 departments. I would like to have a 2nd combo box view the
list of machines based upon the entry selected in the first box.
Ex: Upon entering Combo Box 1, the following selections appear; Drill,
Grinder, Shaver, Punch Press. If I choose Drill, I want the table associated
with Drill Machine Numbers to appear in Combo Box 2. If I choose Grinder in
Combo Box 2, I would like the table associated with Grinder Machine Numbers
to appear in Combo Box 2. The idea is that for the department selected in
Combo Box 1, an associated list of machine numbers appear in combo box 2.
I have created TABLES for each department's machine numbers. I am unable to
code such that I can select the table required based upon the selection in
combo box 1. Is this EVEN possible? If so, could you please propose an
alternative idea?
Thanks,
DAB1477
I've created a form to capture hourly production from 4 different
departments. The form was created to allow each department to select their
department name from a combo list box - as I am using the SAME form to input
data from all 4 departments. I would like to have a 2nd combo box view the
list of machines based upon the entry selected in the first box.
Ex: Upon entering Combo Box 1, the following selections appear; Drill,
Grinder, Shaver, Punch Press. If I choose Drill, I want the table associated
with Drill Machine Numbers to appear in Combo Box 2. If I choose Grinder in
Combo Box 2, I would like the table associated with Grinder Machine Numbers
to appear in Combo Box 2. The idea is that for the department selected in
Combo Box 1, an associated list of machine numbers appear in combo box 2.
I have created TABLES for each department's machine numbers. I am unable to
code such that I can select the table required based upon the selection in
combo box 1. Is this EVEN possible? If so, could you please propose an
alternative idea?
Thanks,
DAB1477