M Marco Jan 21, 2008 #1 Hi. How can I make a criteria in a query to get the value from a subreport field? Regards, Marco
K Klatuu Jan 21, 2008 #2 [Forms]![FormName]![SubformControlName].Form![ControlName] Note: SubformControlName is the name of the subform control on your main form. NOT the name of the form being used as a subform.
[Forms]![FormName]![SubformControlName].Form![ControlName] Note: SubformControlName is the name of the subform control on your main form. NOT the name of the form being used as a subform.