ComboBox

O

Omar Menjivar

How can i get values from a parameter query as a subform throuh the comboBox
value i select in that masrter form. Please help!
 
D

DM

Instead of using a question, use the name of the object containing the value,
i.e. for the query criteria, use
=Forms!MasterForm!ComboBox.Value
 
Top