[AccessD] Percentage Gauge
Stuart McLachlan
stuart at lexacorp.com.pg
Sat Dec 17 23:58:27 CST 2022
I doubt that you will find a graphic solution in DataSheet mode, since that is essential a text
grid display.
Probably the best bet would be a string of some suitable character such as
Function PCSTring(pc As Long) As String
'0-100 will produce a string of blocks 0 to 20 charcters long
PCSTring = String$(pc / 5, ChrW(&H2588)) 'Unicode Full Block
End Function
On 18 Dec 2022 at 17:32, David Emerson wrote:
> Hi Listers,
>
> I have a percentage field that I would like to represent either as a
> circle or a bar showing the amount as a percent of 100.
>
>
> This is on a continuous form in datasheet mode. The size of the
> graphic will obviously not be very high.
>
>
> Does anyone have any suggestions?
>
> Regards
>
>
> David Emerson
>
> Dalyn Software Ltd
>
> Wellington, New Zealand
>
>
>
>
>
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
More information about the AccessD
mailing list