Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / March 2008

Tip: Looking for answers? Try searching our database.

Report Header Lookup Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Adam - 18 Mar 2008 23:29 GMT
I have a report running from a parameter query where a start and end date are
entered and then the report opens within those dates.  I want the report name
to look something like this...

Jobs Worked from ________ to _________.  

How would I make the dates entered in the parameter boxes populate to the
header title?

Any help is much appreciated.
fredg - 18 Mar 2008 23:40 GMT
> I have a report running from a parameter query where a start and end date are
> entered and then the report opens within those dates.  I want the report name
[quoted text clipped - 6 lines]
>
> Any help is much appreciated.

Add an unbound control to the report header.
Set it's control source to:
="Jobs Worked from " & [Enter Start Date] & " to " & [Enter End Date]

The bracketed text above must be identical to the bracketed text in
the query parameter.
Signature

Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

Adam - 19 Mar 2008 17:57 GMT
That worked perfectly.  Thank you very much!

> > I have a report running from a parameter query where a start and end date are
> > entered and then the report opens within those dates.  I want the report name
[quoted text clipped - 13 lines]
> The bracketed text above must be identical to the bracketed text in
> the query parameter.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.