DebbieV
03-24-2003, 09:17 AM
Hi All,
I am at a lost, I have created a switchboard in which you can enter in a date range for data to appear in reports. This works fine and the data for that date range that was entered in the switchboard text boxes appears on the reports but when you go to print the report, the date range will not show on the printed report. The only thing that shows is Transactions Between:
This is what I have entered in the text box in the page header;
=" Transactions Between: " & [Forms]![frmSwitchboard].[txtStartDate] & "- " & [Forms]![frmSwitchboard].[txtEndDate]
Look forward to your response
Debbie
I am at a lost, I have created a switchboard in which you can enter in a date range for data to appear in reports. This works fine and the data for that date range that was entered in the switchboard text boxes appears on the reports but when you go to print the report, the date range will not show on the printed report. The only thing that shows is Transactions Between:
This is what I have entered in the text box in the page header;
=" Transactions Between: " & [Forms]![frmSwitchboard].[txtStartDate] & "- " & [Forms]![frmSwitchboard].[txtEndDate]
Look forward to your response
Debbie