Hi all,
I'm having difficulties with a query (suprise suprise) maybe you can offer some help?
I need the query to check values in a field and if the value is between 1 and 5 it should give a level1, if it's between 6 and 10 give it a level2, if it's between 11 and 15 give it level3 etc...
I'm using the IIF statement and this is what I have working
IIF9[table1]=Y And [table2] Between 1 And 5,"Level1","Nothing")
This works fine but how can I get it to work out what level is allocated?
Tezdread
"With every solution comes a new problem"
I'm having difficulties with a query (suprise suprise) maybe you can offer some help?
I need the query to check values in a field and if the value is between 1 and 5 it should give a level1, if it's between 6 and 10 give it a level2, if it's between 11 and 15 give it level3 etc...
I'm using the IIF statement and this is what I have working
IIF9[table1]=Y And [table2] Between 1 And 5,"Level1","Nothing")
This works fine but how can I get it to work out what level is allocated?
Tezdread
"With every solution comes a new problem"