columns in text box

V

Vsn

Hi all,

Could some one tell me if it is possible, and if, how to get multiple
columns in a text box? I would like to print several variables allined, in a
textbox as information to the db user.

Thanks for any clues given.

Regards,
Ludovic

--
 
D

Douglas J. Steele

I suppose you could choose a fixed-width font (such as Courier) and line the
values up yourself, but other than that, I don't believe there's any way to
do it.
 
C

Chuck

Hi all,

Could some one tell me if it is possible, and if, how to get multiple
columns in a text box? I would like to print several variables allined, in a
textbox as information to the db user.

Thanks for any clues given.

Regards,
Ludovic

If the single text box is wide enough to hold multiple columns, why not replace
the single text box with multiple narrower text boxes thar add up to the width
of the single text box.

Chuck
 
V

Vsn

douglas & chuck, both thanks for your suggestion. i will see which does
works best for me. i was also thinking to use a list box to achieve the
goal.
thx,
ludovic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top