C
Corey-g via AccessMonster.com
Hi All,
I have been trying everything I can think of, and still not getting the
results I'm after. I am trying to summarize an order in a textbox, by
building a string and assigning it to the caption property of the text box.
I create a recordset based on what's in the table, then loop through it and
build my string(s).
I want to display everything nicely, so I am trying to space each field so
that I can put in a header row of labels, and then have each record show
nicely spaced below.
I am now finding that even when I take into account the length of the data
inthe field, I still can't get it to line up correctly -
Qty Part Number Rush
1 SHL-OP-00303 No
1 LINKSYS-KVM2KIT No
2 LKS-WRT54G No
If you count the spaces between, they are all equal - but don't line up. Is
there a font that keeps all characters the same size? Or another way to
accomplish this?
Qty Part Number Rush
1 SHL-OP-00303 No
1 LINKSYS-KVM2KIT No
2 LKS-WRT54G No
Any thoughts or suggestions would be appreciated...
Corey
I have been trying everything I can think of, and still not getting the
results I'm after. I am trying to summarize an order in a textbox, by
building a string and assigning it to the caption property of the text box.
I create a recordset based on what's in the table, then loop through it and
build my string(s).
I want to display everything nicely, so I am trying to space each field so
that I can put in a header row of labels, and then have each record show
nicely spaced below.
I am now finding that even when I take into account the length of the data
inthe field, I still can't get it to line up correctly -
Qty Part Number Rush
1 SHL-OP-00303 No
1 LINKSYS-KVM2KIT No
2 LKS-WRT54G No
If you count the spaces between, they are all equal - but don't line up. Is
there a font that keeps all characters the same size? Or another way to
accomplish this?
Qty Part Number Rush
1 SHL-OP-00303 No
1 LINKSYS-KVM2KIT No
2 LKS-WRT54G No
Any thoughts or suggestions would be appreciated...
Corey