Text box max characters

D

Dan

I have a text box(txtDescr) on a form and when I try to
use it in an INSERT statement to a table, I get
an "Invalid Argument" error msg. I only get this error
msg if the length of txtDescr is greater than 127
characters. Is there a default max size on a text box on
a form ?

Thanks in advance
Dan
 
V

Van T. Dinh

AFAIK, a TextBox can display up to 64K characters.

The problem is likely to be in your INSERT statement.

Post details of your platform (Win version / Access version & Sevice Patch
version), the details of your source & destination Tables, the Form involved
and the INSERT SQL String. Someone may be able to identify the problem for
you.
 

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