error 3271

  • Thread starter Thread starter Pawel Sulek via AccessMonster.com
  • Start date Start date
P

Pawel Sulek via AccessMonster.com

I have memo field in data base. But on the form I am trying to insert more
then 256 characters from textbox into this momo field. I get Error:3271
Invalid property value. I have a query that inserts this value. Even if in
code if I create a variable that has more then 256 characters and pass it
as an argument to this querry directly (bypassing form all together) I get
the same error. Please help.
Thanks
Pawel
 
Can you post 1) the table definition; and 2) the query you use to insert
directly without using the form?
 
Back
Top