Printing a Run Time Date on a Report

A

Ashley

You have to put exactly the parameter from calendar
control on the report in order for the input date to show
up.
For example, this will print selected product number on
the report.
="Product Number: " & [Forms]![formName]![ProductNumber]
Hope this help!
Ashley
-----Original Message-----
We have work orders that have start and end dates. The scheduling function
for men and material produces three reports for a date selected from Calendar
control, but I can't seem to find a way to print that date. I can print
today's date, and it is selecting the proper items based on the
"CalendarSched.Value", but I can't
print "CalendarSched.Value" on the
 
Top