Weird Behavior

D

DS

I have a report that I can print to PDF.
When I add this line, the report disappears when I try to print it.
The Label shows up...but it won't print.
Can I place this somewhere else?

Thanks
DS

Me.LblTitle.Caption = "SALES FOR" & " " & Forms!frmReportDaySelect!TxtDay
 
D

DS

Problem fixed. I added the field to the recorsource and built the label on
that. I guess it was a timing issue, but then again maybe not.
DS
 
Top