Heelo there,
I have a text box on a form, along with a button that runs an Append query. The value of the text box is appended to a Memo Field in a table.
Upon entering a larger amount of text (could be more than 255 characters), the append query doesn't seem to work.
If I place a text box control on another form, and bind it to the Memo Field, I can enter loads of text (way over 255 characters), and it is fine. The table is updated as desired.
How can I get the first Append operation to work properly?? I need to be able to add the record, and it would be nice to not have to go back and edit this memo field afterwards.
Any suggestions?
Thanks,
Gord Ace Payne
I have a text box on a form, along with a button that runs an Append query. The value of the text box is appended to a Memo Field in a table.
Upon entering a larger amount of text (could be more than 255 characters), the append query doesn't seem to work.
If I place a text box control on another form, and bind it to the Memo Field, I can enter loads of text (way over 255 characters), and it is fine. The table is updated as desired.
How can I get the first Append operation to work properly?? I need to be able to add the record, and it would be nice to not have to go back and edit this memo field afterwards.
Any suggestions?
Thanks,
Gord Ace Payne