J
Julie
Hello
I have a form where the user enters new information and
when the command button is clicked inserts the data into a
table.
One of the textboxes on the form inserts into a memo field
in the table but the textbox will only allow 127
characters to be entered before it returns a runtime error
message 3001.
If I use SQL to insert into the database memo field then
this allows more than 127 characters to be entered at once.
I don't understand why the text box won't allow more
characters to be entered - Does anyone know a way around
this?
Thanks
Julie
I have a form where the user enters new information and
when the command button is clicked inserts the data into a
table.
One of the textboxes on the form inserts into a memo field
in the table but the textbox will only allow 127
characters to be entered before it returns a runtime error
message 3001.
If I use SQL to insert into the database memo field then
this allows more than 127 characters to be entered at once.
I don't understand why the text box won't allow more
characters to be entered - Does anyone know a way around
this?
Thanks
Julie