M
Mara
I have date fields that show up on various reports. To make the reports
easier on the eye, I would like empty fields to be automatically filled with
dashmarks ("------"). I tried using the IFF function in Expression Builder
for the Field's Control Source , but perhaps I am not doing it right.
I cannot change the default for the field in the table because Access will
not let me use a non date default for a date fields. Besides, it is only in
certain reports where users want to see the dases if the date is blank.
I have tried using the following formula for a field called DateApproved:
=IIF([DateApproved]="","--------",=DateApproved)
If there is a value in Date Approved, I want the report to show the date
value. If there the field is null, I want it to show the dashmarks. Can
this be done? How so?
Thank you so much for your help.
I
easier on the eye, I would like empty fields to be automatically filled with
dashmarks ("------"). I tried using the IFF function in Expression Builder
for the Field's Control Source , but perhaps I am not doing it right.
I cannot change the default for the field in the table because Access will
not let me use a non date default for a date fields. Besides, it is only in
certain reports where users want to see the dases if the date is blank.
I have tried using the following formula for a field called DateApproved:
=IIF([DateApproved]="","--------",=DateApproved)
If there is a value in Date Approved, I want the report to show the date
value. If there the field is null, I want it to show the dashmarks. Can
this be done? How so?
Thank you so much for your help.
I