View Full Version : Creating an ImageMap


currie
07-23-2001, 05:19 AM
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

D-Fresh
07-23-2001, 05:43 AM
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