I have a form with a tabbed control that has a subform in it with combo boxes that are queried from each other. the second combo is based upon the first combo, the third is based on the second. it all works great until I add the form to the tab control as a sub form. as this is my first attempt at using tab controls i'm not getting any results from my combo's? should my where statements for the combo's be worded differently? my statement was
WHERE (((LocDeptT.LocID)=[Forms]![RequestEditF]![cboloc]))
requestedit was my form name and cboloc was the combo that this combo is queried from. I have been searching all morning and apparently looking in the wrong places because I can't find any direction. does anyone have experiences with combo boxes based on combo box in a tab control?