B
Bastian
Hi,
I need help.
I have several TextBoxes in an unbound Form and try to
save the entered data into a table. The Fields in table
have Data Type Text and Size 255 ( for the TextBoxes in
the Form, I built a code that do not allow users to enter
text more than 255 characters ). If the TextBoxes filled
just with few Text ( less than 255 characters ) and saved
into the table, it work very well. But if the TextBoxes
fill with 255 characters of Text and saved into the table,
I got always this error massage '3047 Record is too large'.
I use DAO.RecordSet to Update the table.
Could somebody help me please ?!
Thank you and have a nice day.
Bastian
I need help.
I have several TextBoxes in an unbound Form and try to
save the entered data into a table. The Fields in table
have Data Type Text and Size 255 ( for the TextBoxes in
the Form, I built a code that do not allow users to enter
text more than 255 characters ). If the TextBoxes filled
just with few Text ( less than 255 characters ) and saved
into the table, it work very well. But if the TextBoxes
fill with 255 characters of Text and saved into the table,
I got always this error massage '3047 Record is too large'.
I use DAO.RecordSet to Update the table.
Could somebody help me please ?!
Thank you and have a nice day.
Bastian