Hi!
I have a table where I need to check for specific duplicates when the user enters in some information.
I looked at just using 'DISTINCT' with 'No Duplicates' but this won't work as I cannot get away from having some duplication
i.e. the column in my table has this (and this represent the format of the data too)
ABCDEF (this is OK)
ABCDEF (this is OK)
ABC 0123 (this is NOT OK)
ABC 0123 (this is NOT OK)
Can anyone help???
Many thanks!
I have a table where I need to check for specific duplicates when the user enters in some information.
I looked at just using 'DISTINCT' with 'No Duplicates' but this won't work as I cannot get away from having some duplication
i.e. the column in my table has this (and this represent the format of the data too)
ABCDEF (this is OK)
ABCDEF (this is OK)
ABC 0123 (this is NOT OK)
ABC 0123 (this is NOT OK)
Can anyone help???
Many thanks!