Trying to show status by changing color of city on a map.

M

Marean_Ltd

We create reports which are completed to various stages; therefore, I would
like to depict their status by chaning the color and/or icon. I already have
everything set to allow entry of dates, which then determine the color/icon
to be used. Except how to tell access to put the "Boise" current icon onto a
bmp of the country...

All I really need to know is if there is a way to tell access the value for
the "progress" column goes here when the "city" is "Boise."
 
D

Duane Hookom

Are you storing the latitude and longitude of Boise in your database? If so,
you could use some math to calculate where this should be placed on the map.

There are other programs like MapPoint that might work better.
 
Top