I have a small MP application that I've written that allows the user to import data into pushpins from the file system using the import data wizard. Additionally, I allow the user to type in addresses manually and create a pushpin for each address found.
My report generates a result set of pushpins that are covered by a shape on the map. I append the name of the shape to the end of the CSV string. The imported data shows up correctly but the manually entered data only shows the name of the shape that was added.
How do I go about adding the name, address1, address2, city, state, zip information to the fields of the pushpin?
Thanks for your help!
Kendall