A
Amin
Hi,
I am new to Access, so forgive my ignorance. I'm trying to do two separate
things. In my Criteria cell, I set an IIF expression like so,
IIf([Strategy]="Strategy","4DECIDE" OR "4URGENT","4REPLY")
What I want is that if that field has either "4DECIDE" or "4URGENT" in it, I
want it included. However, I keep getting the error that my expression is too
comlex.
Secondly, what I would like to do is count the number of records in a
certain interval of time. So this field contains numbers that go from
1-100,000. I want to count how many records are between 1-10000, 10001-20000,
20001-30000... However, I can only get it to Count the number of records in
the entire range. Right now I have to build a separate inquiry for each
interval and then count that.
Any help would be VERY appreciated.
Thanks,
Amin
I am new to Access, so forgive my ignorance. I'm trying to do two separate
things. In my Criteria cell, I set an IIF expression like so,
IIf([Strategy]="Strategy","4DECIDE" OR "4URGENT","4REPLY")
What I want is that if that field has either "4DECIDE" or "4URGENT" in it, I
want it included. However, I keep getting the error that my expression is too
comlex.
Secondly, what I would like to do is count the number of records in a
certain interval of time. So this field contains numbers that go from
1-100,000. I want to count how many records are between 1-10000, 10001-20000,
20001-30000... However, I can only get it to Count the number of records in
the entire range. Right now I have to build a separate inquiry for each
interval and then count that.
Any help would be VERY appreciated.
Thanks,
Amin