Passing info from a FORM to a REPORT

D

danw

Add a field in the report and have the control source:
[forms]![form-name]![field-in-form-name]
 
D

dlw

It shouldn't have any spaces, and maybe start with an =
sign. I run into this sometimes and have to go into
expression builder, select Forms, All Forms, pick the form
name, pick the field, then click Paste, and it should put
the same thing in for you.
 
Top