Populating a combo box in Access 2000

Alexander

New Member
Joined
Apr 15, 2002
Messages
45
I'm fairly lousy at coding and I really don't know how to do this. I have 3 ComboBoxes. The information in ComboBox #1 one will determine what will be shown in ComboBox #2, which will then show what may be selected in ComboBox #3. Given the circumstances, this is the data and the fields I need to use: ComboBox #1 is called Firm_Type_Code. There are approximately 12 codes in the list. Depending on the code #, it will then populate ComboBox #2, called Enforcement_Type_Code. About 12 more codes are in this list. Depending upon this code #, ComboBox #3, called Letters, will supply the necessary information. At least 50 letters will be in this list.

Example:

If Firm_Type_Code = either 03 or 04, Then
Enforcement_Type_Code = 00 Then
Letter = 01, 02, 03, 04, or 05

I need to know how to write this correctly in VBA. Thanks for whatever help you can lend.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Please help me. I'm running out of time to get this done and I really don't know what to do. I'm not good at coding, which is why I'm posting this. Any suggestions whatsoever would be appreciated.

Zoegirl
 
Upvote 0

Forum statistics

Threads
1,221,530
Messages
6,160,351
Members
451,639
Latest member
Kramb

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top