calculated info from a form to a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get calculated information that I have in a form, that's not in my
queries or tabels into a report
 
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
 

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

Back
Top