fields from form to report

S

Steven

I have a form that I want to print a report which uses the fields from the
form. It is a single unbound form and is always a 1 page report. Is there
a fast
way to take the values from the form fields to the report. The report uses
the same field names.

Thank you,

Steven
 
P

pietlinden

I have a form that I want to print a report which uses the fields from the
form.  It is a single unbound form and is always a 1 page report.  Isthere
a fast
way to take the values from the form fields to the report.  The report uses
the same field names.

Thank you,

Steven

you can put controls on your report and point them at your form to get
the values.
the control source on the report would be something like:
=Forms![MyUnboundFormName]![ControlnameOnForm]
 

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