L
LongWayFromHome
Certain of my report TextBoxes appear in the screen preview but their
contents disappear on the printout. (The boxes themselves appear on the
printout.)
This TextBox works fine:
=FormatCurrency(DLookUp("SumMVLFYMktVal","RptStats04Qry"),0)
But this date loses its content in the printout (SWB is the calling form):
=Format([Forms]![SWB].[MailDate],"mmmm d"", ""yyyy")
Can anyone help me on this? If it matters, the error affects only dates.
Thanks!
contents disappear on the printout. (The boxes themselves appear on the
printout.)
This TextBox works fine:
=FormatCurrency(DLookUp("SumMVLFYMktVal","RptStats04Qry"),0)
But this date loses its content in the printout (SWB is the calling form):
=Format([Forms]![SWB].[MailDate],"mmmm d"", ""yyyy")
Can anyone help me on this? If it matters, the error affects only dates.
Thanks!