Hi, needed my "date range" to print on the report hearder section which identifies the data that was selected. The date and all the data appears correctly. However, the Prompt "To" field pops up 2x's how do I get the propmpt "To" value to only prompt once?
Report header :
Productivity Reg Hours Worked by Date Range
From: 01/01/2014 - 01/31/2014Employee #: Employee Name:
601 Schafernak, Paul Total Actual Hours: 158.75
Date Prompt label is properties are:
=[Reports]![Productivity Reg Hours Worked by Date Range]![DateWorked From] & " " & " - " & " " & [DateWorked TO]
Thanks.