Text box input???

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
 
T

toby131

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".
 

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