networkthis
Programmer
I have a listbox that is utilizing the control source to pull in 3 different fields from a table. Each field is a defined length. The problem is that when the list is dynamically generated the dropdown items do not line up evenly unless we switch it to Courier new font that has even character spacing - which looks terrible.
So for instance we would have a display like this:
V1 V2 V3
------------------------------------------------------------
12345 WW Description # 1
45678 B1 Descrition # 2
99888 A3 Description # 3
V1, V2, & V3 are all using Pad R to put the same number of spaces after V1 and V2.
So the problem I am seeing for instance is that txtwidth of a WW = 3.4 where as an A1 = 2.2.
Is there a way to define exaclty where each Value would begin by pixel or something, so that they would all line up nicely?
So for instance we would have a display like this:
V1 V2 V3
------------------------------------------------------------
12345 WW Description # 1
45678 B1 Descrition # 2
99888 A3 Description # 3
V1, V2, & V3 are all using Pad R to put the same number of spaces after V1 and V2.
So the problem I am seeing for instance is that txtwidth of a WW = 3.4 where as an A1 = 2.2.
Is there a way to define exaclty where each Value would begin by pixel or something, so that they would all line up nicely?