Could someone please tell me how I would go about requerying a form and subform based on all three columns in a combo box selection.
Basically like this:
Form has txtbx1, txtbx2, txtbx3, cmbbx.column(0),(1),(2) subform
When a user makes a selection in the cmbbx I want the whole form to requery Where txtbx1 = cmbbx.column(0) txtbx2 = cmbbx.column(1) txtbx3 = cmbbx.column(2)
Basically like this:
Form has txtbx1, txtbx2, txtbx3, cmbbx.column(0),(1),(2) subform
When a user makes a selection in the cmbbx I want the whole form to requery Where txtbx1 = cmbbx.column(0) txtbx2 = cmbbx.column(1) txtbx3 = cmbbx.column(2)