Hello All,
I think I need some vb help with a listbox. What I am trying to do is this:
I have a tbl called "SP Data" that I am working with. I have a column called "CName" and another called "SCAC." What I am trying to do is if the user chooses a "SCAC" in a combo box and clicks a button, it filters the "SP Data" tbl to show every "CName" that is listed with that "SCAC"
I can do this just fine by using a query....however on a form I have a combobox with the list of "SCAC"
I have a list box that would show the CNames associated with that SCAC. These would be grouped
I think I need some vb help with a listbox. What I am trying to do is this:
I have a tbl called "SP Data" that I am working with. I have a column called "CName" and another called "SCAC." What I am trying to do is if the user chooses a "SCAC" in a combo box and clicks a button, it filters the "SP Data" tbl to show every "CName" that is listed with that "SCAC"
I can do this just fine by using a query....however on a form I have a combobox with the list of "SCAC"
I have a list box that would show the CNames associated with that SCAC. These would be grouped