Hi all,
I am trying to populate a second combobox which depends on selection in first combobox. To this end I have created four tables:
categoryType – This table has the data for the first combo box and contains three records, Expenses, Income and Refunds
categoryRef – This table contains about 10 records and the data should be displayed when Refunds is selected in the first combo box
categoryInc – This table contains about 15 records and the data should be displayed when Income is selected in the first combo box
categoryExp – This table contains about 20 records and the data should be displayed when Expenses is selected in the first combo box
Is the above the best way to achieve what I am trying to do? Are there any alternatives?
I need this to be fairly low maintenance as there may be a need to add/edit/delete records from any of the tables from time to time.
Thanks in advance.
Bill