List boxes

B

Brandie

I just entered this question but I can't find it anywhere so...I'm going to
ask again...Just in case you two of the same question.

I need to make a list box with two collumns. The one collumn contains a
number and the second column contains the explanation of what the number
stands for. The problem is that the second column will only let me type in a
certain amount. How can I increase the size of the field so that I can type
in a complete sentence?
 
D

Douglas J. Steele

When you created the table where you're storing the definition, how big did
you make the Description field? When you create a text field, the default is
usually 50 characters. You can change that to up to 255 characters. Any
more, and you need to change the text type to memo.
 
Top