listbox length- help!

  • Thread starter Thread starter Stewart
  • Start date Start date
S

Stewart

How do you allow a textbox to accept a certain amount of characters, say...
800? As it is, I cannot enter more than 50 characters into my textbox, and
since I am entering written comments, I need to enter many characters. This
should be a very simple solution, but Access seems to complicate it, and
microsoft tells me I need to add an InputMask. Please help me solve this
problem!
 
If you need more than 255 characters in a single field, use a Memo field
type in your table.
 
Back
Top