Chimp8471
Registered User.
- Local time
- Today, 16:01
- Joined
- Mar 18, 2003
- Messages
- 353
IIF help please
I am trying to run a query, i have the following fields:
TimeCalled
Priority
the priority levels are :
0 - 10 mins
1 - 20 mins
2- 30 mins
what i am trying to do is create a query that says:
if priority is 0 then it will add 10 mins to my time called time:
i have written
IIF ([PriorityID],0,+10)
but this don't work
I am trying to run a query, i have the following fields:
TimeCalled
Priority
the priority levels are :
0 - 10 mins
1 - 20 mins
2- 30 mins
what i am trying to do is create a query that says:
if priority is 0 then it will add 10 mins to my time called time:
i have written
IIF ([PriorityID],0,+10)
but this don't work