Downloaded mappoint control activex product. Using access and vba. How the heck does this thing work. currently have a app accessing mappoint directly and trying to see what the contol can add in functionality. How does it work on a form in access etc. is there any info out there (detailed) on how the control is supposed to work?
Wilfried
09-13-2006, 01:58 PM
Hi,
I cannot help with VBA (maybe I should learn this). Try to do a search on this forum for 'vba', 'access', 'excell', I'm sure you find usefull info. In general it is the following:
You have a form, drop the control on it. To start put a button on the form where you call MP.NewMap(GeoMapRegion.geoMapEurope); Where MP is the name you have given to the control. Syntax will be a little different in VBA, but you will probably know this better than me.
I hope this will get you started.