I have a table (the MAIN table) with station IDs and coordinates, as well as other information. The coordinate columns in this table (Latitude and Longitude) have some records with unknown coordinates. I queried out the Stations IDs with only unknown coordinates and grouped by. I would like to use this query to update the main table by typing in the new coordinates in the query and allowing it to populate the main table coordinates that match the same station IDs in the query.
I also converted the query into a table if it is easier to connect two tables with the same cirteria as above.
I hope this makes sense and would appreciate any advise.
Thank you.