how to make a criteria regarding a subform

M

Marco

Hi.

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

Regards,
Marco
 
K

Klatuu

[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.
 
Top