A
Alec M1BNK
OK, I am stuck continuing someone else's work with our company's customer
service database. Basically we do some customer service functions on behalf
of other companies.
Currently, customers are indexed by a unique customer ID number, specified
by the client. Makes life easy for us, and the whole customer record set is
indexed by this number. Each client uses different number formats, so
duplication has never been an issue.
Problem - we have two new corporate clients. We must handle the calls for
these and generate for each one a customer number. To be compatible with the
current system, a ten digit number must be generated as "customer_id" but
obviously this must not duplicate those already in use.
I can't use an autonumber because I still have a requirement to be able to
enter the number manually in the case of our exisiting clients, but I need to
be able to guarantee non-duplication.
There is undoubtably a long way to do this, and if I think long enough i'll
work one out eventually, but I would really love a "quick and dirty" solution
if anyone has any ideas.
service database. Basically we do some customer service functions on behalf
of other companies.
Currently, customers are indexed by a unique customer ID number, specified
by the client. Makes life easy for us, and the whole customer record set is
indexed by this number. Each client uses different number formats, so
duplication has never been an issue.
Problem - we have two new corporate clients. We must handle the calls for
these and generate for each one a customer number. To be compatible with the
current system, a ten digit number must be generated as "customer_id" but
obviously this must not duplicate those already in use.
I can't use an autonumber because I still have a requirement to be able to
enter the number manually in the case of our exisiting clients, but I need to
be able to guarantee non-duplication.
There is undoubtably a long way to do this, and if I think long enough i'll
work one out eventually, but I would really love a "quick and dirty" solution
if anyone has any ideas.