C currie Registered User. Local time Today, 03:00 Joined Jun 19, 2001 Messages 21 Jul 23, 2001 #1 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
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 D-Fresh Registered User. Local time Today, 03:00 Joined Jun 6, 2000 Messages 225 Jul 23, 2001 #2 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
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