View Full Version : Insert Date in Report Title


DBFIN
12-07-2009, 06:34 AM
Is there a way to insert a date in a report title of a report ? The date is already stored as a value in a combo box field called "combo_enddate" in a form called "Reporting Period". I've already entered the folllowing event in a textbox of the report title as a means of inserting the date, but I get an error message.

=Forms![Reporting Period]!combo_enddate

DBFIN
12-07-2009, 11:10 AM
I was able to resolve this issue.