Text box input???

  • Thread starter Thread starter Phillip
  • Start date Start date
P

Phillip

Hi,
I have a input text box on a form and the data is saved in a memo field in
the table. Two questions:
1. Is there a input mask for characters that will not display the underline?
I want to use the "C" mask, but I don't like the underline that appears.

2. When using a text box for memo input is there a way to prevent the window
from scrolling?

Thanks,
Phil
 
1. If you are just trying to limit the number of characters, you could
change the field size instead of using an input mask, this will not put the
underline.

2. To get rid of the scroll bar, open the properties of the text box. The
5th item on the format tab is scrollbars. Select "None" instead of
"Vertical".
 
Back
Top