I've seen several similar questions to this, but I have not found any answers that work. Here's the problem - I am converting an mdb to an adp. A form used to open a report was based on a query that selected ConID (clientID), Comp_Date, and AIR_Date. On the form are three comboboxes: cboClientSelect, cboComp_Date, and cboAIR_Date. Once the user selects a client from the cboClientSelect, the records available in the other two controls are narrowed. This was handled by a criteria expression in the query like [Forms]![frmReport_Sel]![ConID].
This doesn't work in adp, and I cannot figure out how to do what is a relatively simple function. How do I limit options in a combobox on a form based on other selections made on the form in adp?
This doesn't work in adp, and I cannot figure out how to do what is a relatively simple function. How do I limit options in a combobox on a form based on other selections made on the form in adp?