In my continuing push to improve what can be done in Access, I decided to see how I could create gauges in Access to show progress, statuses, percentages, … in a visual manner.
I won’t bore you with all the details, but the end result was to leverage the power that the WebBrowser control has to offer and use one of many JavaScript libraries.
In my demo file, I offer 2 ways to approach its usage:
-
- create a template index.html file with all the setting pre-established and simply automate pushing the value to display
- use a class to gain full control of the gauge in real-time
So the choice is yours!

