calculated info from a form to a report

D

Deidre

How do I get calculated information that I have in a form, that's not in my
queries or tabels into a report
 
M

Marshall Barton

Deidre said:
How do I get calculated information that I have in a form, that's not in my
queries or tabels into a report


Either recalculate the value or refer to the form control in
a text box expression:
=Forms!nameof form.nameofcalculatedtextbox
 
Top