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
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