Reference to Controls in Report

C

clara

Hi there,

I have controls in a reports and their content are decided by the control
values in a form, how can I make the reference to the control in reports from
form code.


thank you so much for your help

clara
 
F

fredg

Hi there,

I have controls in a reports and their content are decided by the control
values in a form, how can I make the reference to the control in reports from
form code.

thank you so much for your help

clara

Do it the other way, from the report.
Code an unbound control on the report:
= forms!FormName!ControlOnFormName

The form must be open when the report is run.
 
Top