I am using the Mappoint control in VB 6 to generate maps from data stored in Access. When mapping is completed, I want to be able to drill through from regions on map to the underlying data. So when I hover on a region (say county or zip) Mappoint tells me how many names are aggregated. I want to click through to those names.
Any ideas on how to do this? I guess I can use QueryAllRecords and loop through the entire recordset, but this will probably be too slow. Seems like there should be an easy way to do this. Am I missing something?
Thanks in advance for any/all help!
- Lou