C
colin
Hi,
I have a contacts database and need to keep it data cleansed to avoid
duplicate records.
I propose to concatonate all fields into one and would then like to run a
series of queries to identify whether a string of a given length for one
contact matches that of another contact then display the uniqueID of the
records in a crosstab for example:
UniqueID Concatonated
1 dsadaqwerty1
2 qwerty1
3 test
4 djjdfjd
5 1test2121
6 sddsasdasd
dsadaqwerty1 qwerty1 1 2
test 1test2121 3 5
I would need to be able to set the length of the string that is being
checked ie if it was set at 5 then only the results containg qwerty would
appear.
The reason for concatonation is that telephone numbers can be entered in
error into the incorrect fields eg landline into a mobile etc.
Many thanks
Colin
I have a contacts database and need to keep it data cleansed to avoid
duplicate records.
I propose to concatonate all fields into one and would then like to run a
series of queries to identify whether a string of a given length for one
contact matches that of another contact then display the uniqueID of the
records in a crosstab for example:
UniqueID Concatonated
1 dsadaqwerty1
2 qwerty1
3 test
4 djjdfjd
5 1test2121
6 sddsasdasd
dsadaqwerty1 qwerty1 1 2
test 1test2121 3 5
I would need to be able to set the length of the string that is being
checked ie if it was set at 5 then only the results containg qwerty would
appear.
The reason for concatonation is that telephone numbers can be entered in
error into the incorrect fields eg landline into a mobile etc.
Many thanks
Colin