Capture Dates from Form, Put at Heading of Report

D

dohernan

I have a form that gets a Start date & End date for a Query and then opens a
report.
I want to capture those dates and have them placed as text in the Report
Header.... Help?

Thanks. :)
 
K

Klatuu

Very simple. In the Control Source property of the text boxes on the report:

Forms!FormName!ControlName

The form does have to remain open for this method to work.
 
D

dohernan

Thanks!


Klatuu said:
Very simple. In the Control Source property of the text boxes on the report:

Forms!FormName!ControlName

The form does have to remain open for this method to work.
 

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

Similar Threads

Form with preset tasks 0
Need One Form to Capture All Query Criterias 8
Report / Query sums 2
Need Help Linking? 1
Query by month 2
Date parameters for report 2
Access Sub form opens before the main form in MS Access 0
Report help 8

Top