David Ball
Registered User.
- Local time
- Today, 11:29
- Joined
- Aug 9, 2010
- Messages
- 230
Hi,
I am trying to use Between in a calculated field in a query and not having much luck. The formula I am trying is:
SizeRange:IIF([Size] Between 0 And 150, “0-150”),IIF([Size] Between 200 And 600, “200-600”, “600-1000”))
What do I need to change to get this working?
Thanks very much
Dave
I am trying to use Between in a calculated field in a query and not having much luck. The formula I am trying is:
SizeRange:IIF([Size] Between 0 And 150, “0-150”),IIF([Size] Between 200 And 600, “200-600”, “600-1000”))
What do I need to change to get this working?
Thanks very much
Dave