D
Derek Davlut
I was wondering if you may be able to help me with a problem. I currently
have a custom form created that has three start dates on it, I want the to
create a field that has the earliest startdate of the three fields. The
problem is at times the start dates have null values from not being set or
used. The fields have the following names
700actual
340actual
300actual
I used an IIF statement in a field "initial value" statement and passed that
to another field but whenever a null value exists from the two fields from
the first field the second IIF statement does not work.
1st Field Name: firstearliestdatequery:
IIF([700actual]<[340actual],[700actual],[340actual])
2nd Field Name finalearliestquery:
IIF([firstearliestquery]<[300actual],[firstearliestquery],[300actual])
It works only if 700actual and 340actual have at least one date set, so I
need help with the null values.
Thanks.
Derek.
have a custom form created that has three start dates on it, I want the to
create a field that has the earliest startdate of the three fields. The
problem is at times the start dates have null values from not being set or
used. The fields have the following names
700actual
340actual
300actual
I used an IIF statement in a field "initial value" statement and passed that
to another field but whenever a null value exists from the two fields from
the first field the second IIF statement does not work.
1st Field Name: firstearliestdatequery:
IIF([700actual]<[340actual],[700actual],[340actual])
2nd Field Name finalearliestquery:
IIF([firstearliestquery]<[300actual],[firstearliestquery],[300actual])
It works only if 700actual and 340actual have at least one date set, so I
need help with the null values.
Thanks.
Derek.