Hello
Lets assume we have the following table :
Name Surname Amount Number
John Smith 1 556
John Smith 1 558
John Smith 1 559
John Smith 1 560
John Deere 1 557
What I need to achieve is something like this :
Name Surname Amount Number Ranges
John Smith 1 556:556
John Deere 1 557:557
John Smith 3 558:560
How can I achieve this in access? I searched several forums and found some solutions with oracle databases but i can't use it here due to different functions used there which are nor present in access. Thanks in advance for any help.