Is there an Access SQL command that will allow the query to ignore punctuation and spaces in data?
I want to run a Distinct query against a list of companies, but I'm running into the period-comma-hyphen-in-the-data problem.
Thanks!
Hey! I've got a contact database where we store information on repeat interactions with customers. My boss wants to see the most recent interaction with each customer, no mater how long ago. The data looks like:
Name Date of Contact
CompanyA 05/10/01
CompanyC...
Does "WHERE Like", when used on a field name, return an exact match like an equijoin, or does it return similar data as if a wildcard is used?
Example: I have to compare the contents of two fields, each in its own two table, and present consolidated results. Let's call them...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.