A
Access rookie
Hello,
I have a calculated field called Expiry in my query. It's supposed to show
the expiry date of a class taken. The duration field shows how many years the
class is valid for, so if the class has no duration (Null), then no expiry
date should show. The formula is: IIf([Duration] Is
Null,Null,DateAdd("yyyy",[Duration],[Class Date]))
The problem is, when I put in the criteria e.g <[Enter Date:] , I don't get
all the correct records. The query works fine without the criteria.
Am I doing something wrong somewhere?
Thanks!
I have a calculated field called Expiry in my query. It's supposed to show
the expiry date of a class taken. The duration field shows how many years the
class is valid for, so if the class has no duration (Null), then no expiry
date should show. The formula is: IIf([Duration] Is
Null,Null,DateAdd("yyyy",[Duration],[Class Date]))
The problem is, when I put in the criteria e.g <[Enter Date:] , I don't get
all the correct records. The query works fine without the criteria.
Am I doing something wrong somewhere?
Thanks!