I have a form in MS Access with a list box listing several stores. I have an event tied to a command button that builds a table based on the stores and their respective zip codes. Now, I want to automatically launch Microsoft MapPoint and map those stores in MapPoint. I have the VBA references for MapPoint loaded, but do not know how to call the application (MapPoint) or transfer the data to the application.

So, I want my code to do the following:
1) Build table
2) Launch MapPoint application
3) Create map using newly created table