List Box Column Align Right in Microsoft Access
In this Microsoft Access tutorial I'm going to show you how to get one column in a list box to align right. This is especially handy for currency values.
Pre-Requisites
Recommended Courses
Steps
- C1: CStr([CreditLimit])
- C2: Format([C1],"Currency")
- C3: String(13-Len([C2])," ")
- C4: [C3] & [C2]
- Monospaced Font like Courier New
Keywords
access 2016, access 2019, access 2021, access 365, microsoft access, ms access, ms access tutorial, #msaccess, #microsoftaccess, #help, #howto, #tutorial, #learn, #lesson, #training, #database, String Function, String(), Is there a way to right-align a numeric column in a ListBox, Right Align listbox columns Access, right justify text in list box column, right-align a column in ListBox, fixed width font, monospaced font