Brutal
Cannis
- Local time
- Today, 16:56
- Joined
- May 7, 2002
- Messages
- 25
Hello
I have an address database and each record starts with a customer code, the problem is that more than one address can exist for only one code. I need to add some data to the end of each customer code to identify the address ie
aaa001, john doe, 1 street.
aaa001, john doe, 99 road.
to
aaa001.00, john doe, 1 street.
aaa001.01, john doe, 99 road.
Thats the kinda thing, but I don't know how to count how many codes are the same then add the correct suffix 00, 01, 02 etc.
Any ideas would be greatfully received.
Thanks
Brutal
I have an address database and each record starts with a customer code, the problem is that more than one address can exist for only one code. I need to add some data to the end of each customer code to identify the address ie
aaa001, john doe, 1 street.
aaa001, john doe, 99 road.
to
aaa001.00, john doe, 1 street.
aaa001.01, john doe, 99 road.
Thats the kinda thing, but I don't know how to count how many codes are the same then add the correct suffix 00, 01, 02 etc.
Any ideas would be greatfully received.
Thanks
Brutal