Can anyone point me in the right direction? I am trying to read X and Y coordinates stored in a SQL table and determine what region that they would be in on a MapInfo map. I need to filter so that only points from the table that are in a specified region on the map are included in the results. I have the table and map syncronized so that the coordinates match up. Example: I need to show all of the records in the ?? region. Is this even possible to do off of a map or will i have to figure out the ranges of the X and Y in each region and do it with code in Crystal Reports.