Hi everybody,
I need to group data (cases) in range like this (0-5, 6-10, 11-15 etc).
i can do this with the iif statement but this is a bit tedious.
i have two simple table:
1. Salestbl with two fields: a. customerid, b. Cases
2. Rangetbl with two fields: a. Range b. Category
The...