B
blobmiester via AccessMonster.com
Hey all,
I have a column in a table that goes something like this:
1
2
3
5
6
7
8
And I want to group the sequential numbers together like this:
1 - 3 : Group 1
5 : Group 2
6 - 8 : Group 3
Is there any reasonable way this can be done?
Thank you in advance,
Ryan Leckey
I have a column in a table that goes something like this:
1
2
3
5
6
7
8
And I want to group the sequential numbers together like this:
1 - 3 : Group 1
5 : Group 2
6 - 8 : Group 3
Is there any reasonable way this can be done?
Thank you in advance,
Ryan Leckey