Dear All,
I am experiencing a problem with an IIF statement in Access. As I have never created one of these before I am having real problems getting my head around them. What I am trying to do is write an IIf statement that will bring out only information that I require and because I am asking for several things to be done there is a conflict somewhere and it just is not working.
The statement I am using is below. The fields that I am using are "Cycle" and "Comment", but there are others, but not knowing which line or field to put this information in I am at a loss. Could some kind person please point me in the right direction as to how I would link a number of different fields and criteria.
=IIF([cycle]="02" and [comment]="RFC11878") )
I am experiencing a problem with an IIF statement in Access. As I have never created one of these before I am having real problems getting my head around them. What I am trying to do is write an IIf statement that will bring out only information that I require and because I am asking for several things to be done there is a conflict somewhere and it just is not working.
The statement I am using is below. The fields that I am using are "Cycle" and "Comment", but there are others, but not knowing which line or field to put this information in I am at a loss. Could some kind person please point me in the right direction as to how I would link a number of different fields and criteria.
=IIF([cycle]="02" and [comment]="RFC11878") )
Comment