hello all,
I have 6 combo box in frmmain, called start,start1,start2 (top row)
end,end1,end2 (bottom row)
column1 column2 column3
a a1 a2
b b1 b2
c c1 c2
d d1 d2


am trying to , in frmmain to show only records for combobox start-end select between a to c, combobox between start1-end1 to show a1 to d1 combobox start2-end2 to show a2 to c2.
how do i do this

thanks!