How to create gradient bar in the textbox on the form

smtazulislam

Member
Local time
Today, 19:05
Joined
Mar 27, 2020
Messages
808
I have a form where have textbox "[Incident Count]".
if incident Count = 0 then GREEN and if it is increasing then colur will be increase then if incident count = 10 then RED

if tried to conditional format. [Incident Count] > 0 And [Incident Count] <= 10
It is worked. as GREEN and RED

I want to know, can possible to make it like attached image.
1.jpg
 
You could use an image processing program that can be controlled with VBA via object model or command lines.
You can stretch a little for self-imposed demands. So don't complain if it's too much or too hard for you.

With a simple number of 10, you could also prepare these 10 images and load them case by case.
 
See if you can use the ideas behind the gradient version of my progress bar

 

Users who are viewing this thread

Back
Top Bottom