Ok In a form I have four comboboxes. One allows you to choose a code number, the second allows you to choose the name associated with that code number, the third allows you to pick what product line this item is is going to be made in, and finally the fourth is linked to the third and narrows the product line down even further.
What I need to do is based on these combobox selections have a set of textboxes pull data from one of four tables. The data is formatted the same way in each table, it's just that the information itself is different depending on your selection and obviously some certain selections will pull from the same table. Any help will be appreciated.
What I need to do is based on these combobox selections have a set of textboxes pull data from one of four tables. The data is formatted the same way in each table, it's just that the information itself is different depending on your selection and obviously some certain selections will pull from the same table. Any help will be appreciated.