Listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

OK so this is what it is..
1)Listbox_1
2)Combobox
3)Listbox_2

-Listbox_1 is a list that displays all fields names in my table
-Combobox is the prompted to display certain values, based on which field is
chosen
-After the value is chosen it then filters Listbox_2 to output which records
have the designated value in the designated field
-My problem is that I have check box fields in the firstlist box also with
many other fields that are text based..What I cant get to work is for
ListBox_2 to prompt record results when the yes/no check box's are used as
filters, the text fields work perfectly. List_1 and The combo box bring up
the
right value and field..
:
 
Did you have any code that you would like to share? How are you cascading
your filtering?
 
Back
Top