Hello, I am having trouble with Access 2003 creating a filled rectangle. I am using the VBA code to vertically fill a rectangle for a visual display of liquid within a tank.
Me.RectProgressBarRaw.Height = 2500: Me.Repaint
The rectangle is filling fine but in a downward direction. I would like this to fill in an upward direction, how is this possible please.
Thank you.
Me.RectProgressBarRaw.Height = 2500: Me.Repaint
The rectangle is filling fine but in a downward direction. I would like this to fill in an upward direction, how is this possible please.
Thank you.