I have a daily report of appointments that I want to print regardless if there are appointments or not.
I set the control source on the [Appointment Date] field to say:
IIf([Appointment Date] isNull,"No New Appointments",[Appointment Date])
This displays great in Report View, but in Print Preview I get a #size! error in that field.
What the heck! How do I solve this?
I set the control source on the [Appointment Date] field to say:
IIf([Appointment Date] isNull,"No New Appointments",[Appointment Date])
This displays great in Report View, but in Print Preview I get a #size! error in that field.
What the heck! How do I solve this?