William Hindman
wdhindman at dejpolsystems.com
Wed May 12 14:43:11 CDT 2010
http://www.rogersaccesslibrary.com/forum/topic146.html William -------------------------------------------------- From: "Brad Marks" <brad.marks1 at gmail.com> Sent: Wednesday, May 12, 2010 3:05 PM To: <accessd at databaseadvisors.com> Subject: [AccessD] Dashboard on a $0.00 budget > I have recently been experimenting with Access 2007 to create a dashboard > on > a report. > > Here is what I have done… > > Found a simple “gauge” with a movable needle in Visio format on the web. > > Used this gauge as a template to make 21 little gauges in Visio that are > all > the same except for the position of the needle (0, 5, 10, 15… up to 100). > > Exported these gauges from Visio as .jpg files (gauge0.jpg, gauge5.jpg, > gauge10.jpg, etc) > > Created a new report in Access 2007 with an image on it. > > Wrote a little VBA code to compute a “percentage” of something that we > would > like to measure (% uptime for example). > > Wrote VBA code to change the “Picture” property of the Image based on this > computed percentage. > > This works nicely, cost nothing, and is easy to do. > > I share this for two reasons – First of all, someone else may find this > approach useful. > > Secondly, someone else may have an even better approach. > > Brad > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >