I’m a novice with Access but know Oracle and SQL fairly well (haven’t used it in two years though).
I have an urgent request from a co-worker to help find unique records of company names. The original data files are in multiple Excel spreadsheets some of which are over 50,000 rows. I’ve imported two of the spreadsheets into Access to practice but can’t figure out how to run a simple SQL statement against this table.
The table, AllCities, has one column for each City. Each City has ‘n’ records of company names, such as:
ATLANTA, DENVER, MIAMI
CompanyA, CompanyAA, CompanyAAA
CompanyB, CompanyBB, CompanyBB
My goal is to determine the UNIQUE companies for all cities with something like:
Select distinct atlanta, denver, miami from AllCities
How do you run SQL in Access, this is SO simple in Oracle. The wizard is useless as far as I can figiure out and since I’m in a rush I need the super brains of The Lounge to get me out of this bind for now.
Oh, Wise Ones…. What’s the easy way to do this query?
Deb