M
mitja
Hi,
I am using a sub to create a list in a form. There are a few columns with
numbers and I need them right aligned. Is it possible?
Thanks
Mitja
Code:
Me.ListN.ColumnCount = 6
Me.ListN.ColumnWidths = "0cm;4cm;4cm;4cm;4cm;4cm"
Me.ListN.ColumnHeads = True
Me.ListN.RowSource = "SELECT DISTINCTROW ....
I am using a sub to create a list in a form. There are a few columns with
numbers and I need them right aligned. Is it possible?
Thanks
Mitja
Code:
Me.ListN.ColumnCount = 6
Me.ListN.ColumnWidths = "0cm;4cm;4cm;4cm;4cm;4cm"
Me.ListN.ColumnHeads = True
Me.ListN.RowSource = "SELECT DISTINCTROW ....