K
Kate
I'm a computer tech working on a "Site Map"
Currently managing a site with over 350 computers at that site alone...
There are several layers:
layer 1 - Floor Plan....
layer 2 - Computers
and so on....
The computer icons are tied to "Trackit" program that keeps track of
all of our equipment.
The Database is tied to the drawing via a table thru SQL using a ODBC
link...
My question is...there is an "Audit date" property that records the
date of last audit.
I want to be able to change the computer icon from "Green" to "Red"
according to the
condition of the audit date.
Example:
If Audit Date>= 30 days then "Green"
Else "Red"
and so on....
Any suggestion on how to do that...
If it is created in VBA.... where do I begin... and how do I tie it to
the icon itself?
Are there any Free "Online" sites that would help in VBA code for Visio
specific...
The VBA.. .differs quite a bit between MS applications.....
Currently managing a site with over 350 computers at that site alone...
There are several layers:
layer 1 - Floor Plan....
layer 2 - Computers
and so on....
The computer icons are tied to "Trackit" program that keeps track of
all of our equipment.
The Database is tied to the drawing via a table thru SQL using a ODBC
link...
My question is...there is an "Audit date" property that records the
date of last audit.
I want to be able to change the computer icon from "Green" to "Red"
according to the
condition of the audit date.
Example:
If Audit Date>= 30 days then "Green"
Else "Red"
and so on....
Any suggestion on how to do that...
If it is created in VBA.... where do I begin... and how do I tie it to
the icon itself?
Are there any Free "Online" sites that would help in VBA code for Visio
specific...
The VBA.. .differs quite a bit between MS applications.....