K
Kahuna
I need to create a query to check one field for extra ' " ' (speech quotes).
Its a field with diameters such as 16" or 20" etc.
I have discovered some entries with double quotes erroneously i.e. 16"" and
20"".
I need to check for these errors. My tack would be to find the position of
the first ' " ' and then check for a similar character in the next left
character along.
But as usual - I cant get the quotes right in the definition:
Mid([diameter], Len([diameter]),1) = 'Quotes' ('"' or """ or """")?
&
Mid([diameter], Len([diameter])-1,1) = 'Quotes'
Any help gratefully received.
Cheers
Its a field with diameters such as 16" or 20" etc.
I have discovered some entries with double quotes erroneously i.e. 16"" and
20"".
I need to check for these errors. My tack would be to find the position of
the first ' " ' and then check for a similar character in the next left
character along.
But as usual - I cant get the quotes right in the definition:
Mid([diameter], Len([diameter]),1) = 'Quotes' ('"' or """ or """")?
&
Mid([diameter], Len([diameter])-1,1) = 'Quotes'
Any help gratefully received.
Cheers