Clickable Map of USA

  • Thread starter Thread starter John
  • Start date Start date
J

John

My memory is failing me again....
I once saw somewhere, a sample database that included a Form showing a Map
of the US
that you could click each state and have the on click event produce some
results.
Does anyone know/remember where/who's website I might have seen it on?

Thanks
 
John said:
My memory is failing me again....
I once saw somewhere, a sample database that included a Form showing a Map
of the US
that you could click each state and have the on click event produce some
results.
Does anyone know/remember where/who's website I might have seen it on?

Thanks


I'm sure you refere to an OCX... I also have seen it....!

May be http://www.thbcomponents.com/faq/faq.html

I'm not sure....!

Alessandro(IT)
 
John said:
My memory is failing me again....
I once saw somewhere, a sample database that included a Form showing a Map
of the US
that you could click each state and have the on click event produce some
results.
Does anyone know/remember where/who's website I might have seen it on?


You can make this by putting the image map of the USA on a form.

Put pushbuttons with NO Caption and Transparency set to Yes over the States (Yes, in many instances it
will take two or three pushbuttons even overlapping a bit to cover a state like Florida, so the buttons
become Florida1, Florida2 and Florida3).

Anyway, the end result is you can capture the onClick event from the button to capture the state name
which you can place in the Tag Property at design time.

I just started this for a test and it doesn't take very long.

I guess about an hour or so for the completed form would be about right.
 
Back
Top