Hi -
is there a way i can nest an IF statement with 4 criteria? in my access2007
i have a field called dateuse =>
DateUse: IIf([DATE1] Is Null,[Date2],IIf([DATE1]>[Date2],[DATE1],IIf([DATE1]<[Date2],[Date2],[DATE1])))
Then i have a another field called Type =>
CCB
CCB-PR
SSB
SSB-V
then i...