Can I include a field in a form in a report

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

Guest

Hello,

I have a mileage form in which I have included a field to enter the mileage
reimbursement and a calculation field that computes the total miles by the
reimbursement amount.

Is there a way to include either of these fields from the form in an
existing report without reproducing the fields in the table?

Thanks for your time
 
If the form is open and contains the proper value, you can add a text box to
your report like:

=Forms!frmYourForm!txtYourTextBox

I don't like the idea of having a report depend on a form.
 

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