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.
 
Back
Top