I have a form (frm_Main_Form) which can be called up one of two ways, either by imputting a value into a form (frm_By_ITMS_Number) for the ITMS number or by Selecting the person on a separate form (frm_choose_user). Both should call up (frm_Main_Form). Each have corresponding, predefined queries (qry_By_ITMS_Number) and (qry_By_PTG_Contact) the fields pulled are identical in each with the exception of the criteria. How can I get this form to pull based on which form the request came from? Would a SQL statement be better?