Here it comes:
I have three tables material category / subcategory / data and I am trying to make a form in order to add new data to these one to many related tables.
So I am thinking to have 2 combo boxes one for choosing material caterogy, the other to choose material subcategory and then in a subform to enter the data for the third table.If there the category or subcategory are not in list to be able to enter the new value.
Do you think I should use unbound comboboxes? Do you have any suggestion or an example because I tried sth I found and didn't worked.
Also if there is a book I can buy with many examples of sql programming or the code in visual basic?but I want to be sth practical.
thanks in advance.
I have three tables material category / subcategory / data and I am trying to make a form in order to add new data to these one to many related tables.
So I am thinking to have 2 combo boxes one for choosing material caterogy, the other to choose material subcategory and then in a subform to enter the data for the third table.If there the category or subcategory are not in list to be able to enter the new value.
Do you think I should use unbound comboboxes? Do you have any suggestion or an example because I tried sth I found and didn't worked.
Also if there is a book I can buy with many examples of sql programming or the code in visual basic?but I want to be sth practical.
thanks in advance.