I need to enter more than the default characters in a text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create a text box, but it only lets me enter 10 -12 characters, I need to
find a way to enter more text into this box. Or use a different object.
Thanks
 
I create a text box, but it only lets me enter 10 -12 characters, I need to
find a way to enter more text into this box. Or use a different object.
Thanks

A Text field in a table will store up to the number of characters
specified in the table definition of the field (up to 255 characters);
a Memo field allows you to enter up to 65536.

A textbox on a Form bound to one of these field types should let you
type freely. In what way is it "only let[ting]" you enter 10-12? Do
you get an error message, a beep, it stops echoing, or what?

John W. Vinson[MVP]
 

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

Back
Top