Creating an ImageMap

currie

Registered User.
Local time
Today, 03:00
Joined
Jun 19, 2001
Messages
21
Hi all,

I'd like to create an Access form with a map on it with clickable (linked) regions. Any pointers on how to go about doing this?


Thanks,


- Ryan
 
Use the OnMouseDown event. This fires when a button is pressed and gives you the X,Y coordinates.. I would probably throw the range of coordinates for each action in table and then OnMouseDown, compare the X,Y to the table.. Just a thought..

Doug
 

Users who are viewing this thread

Back
Top Bottom