Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: STirone
  • Content: Threads
  • Order by date
  1. STirone

    Ignore punctuation and spaces?

    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!
  2. STirone

    Select most recent?

    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...
  3. STirone

    WHERE Like vs. equijoin

    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...

Part and Inventory Search

Back
Top