steve229922
Technical User
I have a table with cutomers/customer numbers like:
123 Customer1
123 Customer1
456 Customer2
456 Customer2
456 Customer3
I need to add a field that counts each customer record so I end up w/ a table like:
123 Customer1 1
123 Customer1 2
456 Customer2 1
456 Customer2 2
456 Customer3 3
Is there a VBA fuction that might do something like this?
Any help/direection much appreciated!!!
Thanks--
123 Customer1
123 Customer1
456 Customer2
456 Customer2
456 Customer3
I need to add a field that counts each customer record so I end up w/ a table like:
123 Customer1 1
123 Customer1 2
456 Customer2 1
456 Customer2 2
456 Customer3 3
Is there a VBA fuction that might do something like this?
Any help/direection much appreciated!!!
Thanks--