S
scubadiver
Hi folks!
I have a currency field in a query (called "ave1") and I want to create a
classification field based on the following so the new field should consist
of the numbers 1 to 5:
£35-£45 – Group 1
£45-£55 – Group 2
£55-£65 – Group 3
£65-£75 – Group 4
£75- – Group 5
The bottom limit should be "<=" and the uipper limit should be "<". Group 5
should be £75 or higher.
As a test I have the following:
Expr1: IIf(35<=[Ave1]<45,1,0).
Is this correct? Or should there be an "OR" statement in there as well?
cheers.
I have a currency field in a query (called "ave1") and I want to create a
classification field based on the following so the new field should consist
of the numbers 1 to 5:
£35-£45 – Group 1
£45-£55 – Group 2
£55-£65 – Group 3
£65-£75 – Group 4
£75- – Group 5
The bottom limit should be "<=" and the uipper limit should be "<". Group 5
should be £75 or higher.
As a test I have the following:
Expr1: IIf(35<=[Ave1]<45,1,0).
Is this correct? Or should there be an "OR" statement in there as well?
cheers.