Q
Qaspec
I'm having problems with the following formula when I run a query:
Score:
IIf([Tickets]>=[forms]![MainForm]![Sr1],5,IIf([Tickets]>=[forms]![MainForm]![Sr3],10,IIf([Tickets]>=[forms]![MainForm]![Sr5],20,0)))
I'm trying to rate the tickets count like so -
Anything less than Sr1 = 0
Anything Bewtween SR1 and Sr 2 = 5
Anything Between Sr3 and Sr4 = 10
Anything Greater or equal to SR5 = 20
Please help!
Score:
IIf([Tickets]>=[forms]![MainForm]![Sr1],5,IIf([Tickets]>=[forms]![MainForm]![Sr3],10,IIf([Tickets]>=[forms]![MainForm]![Sr5],20,0)))
I'm trying to rate the tickets count like so -
Anything less than Sr1 = 0
Anything Bewtween SR1 and Sr 2 = 5
Anything Between Sr3 and Sr4 = 10
Anything Greater or equal to SR5 = 20
Please help!