Hi,
Can anyone tell me if it is possible to Partition a table using unequal increments.
The code I have used is
Partition([Column A],0,1000,100) which sets increments of 100, however, I need to set increments of 3, 5, 10, 14, 31 etc and I cannot find anything that explains how I do this...