I have a form name frm_TOC_BP_ACD that has a Record Source of tblBPermit that is used for data entry purposes.
For lookup purposes I have a Criteria form which builds a query, qryResultsBP based on desired operator criteria.
I have a button on the Criteria form, which performs the following commands:
DoCmd.OpenForm “frm_TOC_BP_ACD”, , “qryResultsBP”
frm_TOC_BP_ACD is opening with record source of tblBPermit instead of qryResultsBP.
I