C
Coach K
I have a DB that calculcates the dates between a start date and end date.
Sometime the dates a completed or enter. I my report i get zero's i have done
IIF function to add a double dash in those fields. Then when i run the report
the Max and Min function never displays the correct high or low number of
date. here is the control source for the unbound:
=Min(IIf([field name]<>'--',[field name]))
the same for Max function.
Your help is greatly needed.
Sometime the dates a completed or enter. I my report i get zero's i have done
IIF function to add a double dash in those fields. Then when i run the report
the Max and Min function never displays the correct high or low number of
date. here is the control source for the unbound:
=Min(IIf([field name]<>'--',[field name]))
the same for Max function.
Your help is greatly needed.