I have a working calculated field in a query which compares 2 real date fields. However, I am introducing a 3rd date field.
I do not know how to change the calculated field to look at all three dates.
Here is what I presently have and it works. It uses 2 date fields.
StartDateIn and SplinterDateIN
Then the calculated Tdate2 date field is TDate2: IIf(IsNull([StartDateIN]),[SplinterDateIN],[StartDateIN])
Therefore, if the startDateIn is blank, it uses the SplinterDateIn and the reverse also.
But now, I have a new 3rd date field called CrazyDate.
I need a revised Tdate2 to analyze the 3 dates. A record will use 1 of these 3 dates and the
Tdate2 picks it.
Can you help me on a revised Tdate2 calculation.
I do not know how to change the calculated field to look at all three dates.
Here is what I presently have and it works. It uses 2 date fields.
StartDateIn and SplinterDateIN
Then the calculated Tdate2 date field is TDate2: IIf(IsNull([StartDateIN]),[SplinterDateIN],[StartDateIN])
Therefore, if the startDateIn is blank, it uses the SplinterDateIn and the reverse also.
But now, I have a new 3rd date field called CrazyDate.
I need a revised Tdate2 to analyze the 3 dates. A record will use 1 of these 3 dates and the
Tdate2 picks it.
Can you help me on a revised Tdate2 calculation.