graviz
Registered User.
- Local time
- Yesterday, 23:59
- Joined
- Aug 4, 2009
- Messages
- 167
I'm trying to figure out how to take a table in access an map it as a territory in access. I've done some searching and and found some articles on MapPoint Articles - MP2K Magazine and in these forums but have had no luck with what I'm trying to do. Here's what I have:
-A table called Office_Zips (two fields, Office Name, and Zip Code)
This is my code so far:
Public Function test_map()
Dim oApp As MapPoint.Application
Set oApp = CreateObject("mappoint.application.na.16")
oApp.Visible = True
End Function
All I would like to do is have a new territory map created using the information in the table as the source.
Thanks!
-A table called Office_Zips (two fields, Office Name, and Zip Code)
This is my code so far:
Public Function test_map()
Dim oApp As MapPoint.Application
Set oApp = CreateObject("mappoint.application.na.16")
oApp.Visible = True
End Function
All I would like to do is have a new territory map created using the information in the table as the source.
Thanks!