Form Help - ComboBox

B

Bryan Brassell

Please help!! I'm a form rookie!

I have a DataTable with the following data:
Key
A
B
C

For A, B & C, there is another table with descriptions of
each A, B, etc. They are related in descending heirarchy.

For each Key in DataTable, there is an A. The A
determines what choices there are for B, and so on for C.

I want the user to open the form, see all the entries in
DataTable, and then pick from a combobox what A should
be. I have this much figured out - I populated the
combobox from Table A. What I need next, is the B
combobox to be populated based on the entry in A. The
same goes for C. They are related as such:

Data Table
Key; A; B; C;

Table A
Category(key); Description

Table B
Category(the 'many' to the key in A); Subcategory
(key) ;SubCatDescription

etc.

Thanks,

Bryan Brassell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top