Hello,
I have linked 2 SQL tables into my access database for the purpose of having combo boxes pull up this data. Lets assume, combobox1 looks up table1 data and combobox2 looks up table2's data. Here is where Im stuck::: when the user clicks on combobox1 and selects from the drop down list, the values that correspond to that foreign key in combobox2's data should only show up. Instead, I get all of table2's data. I know I need to create code in and AfterUpdate procedure, but I have no clue as to where to begin. Any suggestions?
I have linked 2 SQL tables into my access database for the purpose of having combo boxes pull up this data. Lets assume, combobox1 looks up table1 data and combobox2 looks up table2's data. Here is where Im stuck::: when the user clicks on combobox1 and selects from the drop down list, the values that correspond to that foreign key in combobox2's data should only show up. Instead, I get all of table2's data. I know I need to create code in and AfterUpdate procedure, but I have no clue as to where to begin. Any suggestions?