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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top