OK, I'm drawing a blank here. I have a table with latitude and longitude decimal values from many disparate sources. Unfortunately, all of them are not good numbers. Some have no decimal places which messes up my distance formula. I need to find the records which have no digits after the decimal place to delete the incorrect records. Any ideas on how I will identify them? Table is called CityLocations and the field names are Latitude and Longitude. They are decimal (10,3) data types.