Anonymous
11-27-2001, 09:56 AM
Each time I run my Application (Mappoint 2002, Access 2000, VBA) I take a copy of a map with Custom Terrirories and add pushpins to it. I need to find what pushpins ended up in what territory. The pushpins are laid down by Long/Lat co-ordinates.
tia,
joe
Anonymous
11-27-2001, 09:56 AM
This would involve a little programming, but it is doable. You can extract pushpins (Export To Excel) and references of which geographic unit they were mapped to. This doesn't include the territory reference, but you can match these records to a table that lists which territory each geographic unit belongs to. A bit messy, but it should work.