how to make a criteria regarding a subform

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Hi.

How can I make a criteria in a query to get the value from a subreport field?

Regards,
Marco
 
[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.
 
Back
Top