BadgerByte
Well-known member
Hey all,
My problem is quite straightforward I have a field in the database into which people are placing Car registration numbers. They are then relying on this car reg to find clients and to know whether or not this is a new client.
However, some people are placing spaces in the Registration number ie it could turn out like:-
AB74 BYM
AB74BYM
AB 74BYM
The database is already in heavy use so I can't just remove the spaces when they create a new client (as I should have!!).
Is there any use of the LIKE statement or any other I can use to make sure the search includes all possible combinations of spaces?
Many thanks,
Andy
My problem is quite straightforward I have a field in the database into which people are placing Car registration numbers. They are then relying on this car reg to find clients and to know whether or not this is a new client.
However, some people are placing spaces in the Registration number ie it could turn out like:-
AB74 BYM
AB74BYM
AB 74BYM
The database is already in heavy use so I can't just remove the spaces when they create a new client (as I should have!!).
Is there any use of the LIKE statement or any other I can use to make sure the search includes all possible combinations of spaces?
Many thanks,
Andy