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 rangetbl is where i would define my range and it look like this
the range field have records 0,6,11 with corresponding category which look like this '0-5', '6-10', '11-15'
how can i use this to group my data. that is customer with x cases have group '0-5' or '6-10' etc
Thanks to help me.
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 rangetbl is where i would define my range and it look like this
the range field have records 0,6,11 with corresponding category which look like this '0-5', '6-10', '11-15'
how can i use this to group my data. that is customer with x cases have group '0-5' or '6-10' etc
Thanks to help me.