D
dab1477
I'm a complete novice to VBA. This is my first project in
VBA. Thanks in advance for your help.
I want a combo box to populate with a different list based
upon the input of another combo box.
Ex. If box A enters "Line 2" I want box C to populate
from a table with Line 2 reasons, but not Line 3 or Line 4
reasons.
So far I've done the following:
I've created a form with a combo box (Box A) labeled "Work
Center". The combo box allows me to choose from 15
different work centers. This box feeds a master table to
collect a variety of data from within the form. I created
separate tables to populate a combo box labeled "Downtime"
(Box C). When I enter "Line 2" into Box A, I want to
choose a listing from table "Line 2 downtime reasons". If
I enter "Line 3" into Box A, I want Box C to only allow me
to choose from a table with Line 3 downtime reason
listings.
How do I get started? I know that it will contain an
After_Update statement with and ElseIf function. Please
get me started.
VBA. Thanks in advance for your help.
I want a combo box to populate with a different list based
upon the input of another combo box.
Ex. If box A enters "Line 2" I want box C to populate
from a table with Line 2 reasons, but not Line 3 or Line 4
reasons.
So far I've done the following:
I've created a form with a combo box (Box A) labeled "Work
Center". The combo box allows me to choose from 15
different work centers. This box feeds a master table to
collect a variety of data from within the form. I created
separate tables to populate a combo box labeled "Downtime"
(Box C). When I enter "Line 2" into Box A, I want to
choose a listing from table "Line 2 downtime reasons". If
I enter "Line 3" into Box A, I want Box C to only allow me
to choose from a table with Line 3 downtime reason
listings.
How do I get started? I know that it will contain an
After_Update statement with and ElseIf function. Please
get me started.