T
Tina
I have to warn you that I'm an Access semi-novice - I can make search
queries and update and append readily, but I've never used SQL before.
If what I am trying to do is too advanced for simple query building,
then I'll just hobble on as I am doing.
I have a table with three fields: Locality, Latitude, Longitude. Each
field has multiple duplicates, but they are not necessarily connected.
For example, we have many Localities that are exactly the same, with
different latitudes and longitudes. We have some records with the same
Locality and Latitude, but differing Longitudes, and others with the
same Locality and Longitude, but differing Latitudes.
I'd like to make a query that pulls out all unique Localities that have
differing latitudes and longitudes. A simple "Find Duplicates" query
based on Latitude misses a few records whose latitudes are the same but
the longitudes are different. What I have thought about doing is making
one table with the unique latidudes, another with unique longitudes,
appending them together, and then deleting all duplicates based on the
Locality name. But I feel like 1. I am missing something and 2. There
must be an easier way to do this.
queries and update and append readily, but I've never used SQL before.
If what I am trying to do is too advanced for simple query building,
then I'll just hobble on as I am doing.
I have a table with three fields: Locality, Latitude, Longitude. Each
field has multiple duplicates, but they are not necessarily connected.
For example, we have many Localities that are exactly the same, with
different latitudes and longitudes. We have some records with the same
Locality and Latitude, but differing Longitudes, and others with the
same Locality and Longitude, but differing Latitudes.
I'd like to make a query that pulls out all unique Localities that have
differing latitudes and longitudes. A simple "Find Duplicates" query
based on Latitude misses a few records whose latitudes are the same but
the longitudes are different. What I have thought about doing is making
one table with the unique latidudes, another with unique longitudes,
appending them together, and then deleting all duplicates based on the
Locality name. But I feel like 1. I am missing something and 2. There
must be an easier way to do this.