Hi..
I have input form with 2 textboxes for user to key in start date and end date. These start and end date is for field [Issue Date]. My problem is to display the start and end date on the report header.
I assume the form where the criterias reside is open when you run the report. Then you could place a textbox or two where you'd like your dates, and use for instance something like this as controlsource:
[tt]=Forms!YourFormName!YourDateControlName[/tt]
in the textboxes (or concatinate both using & between the references) - substitute the names above with the name of your form and date textbox.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.