G
Gary Dolliver
Hi all,
I am attempting to pass a large amount of text to a field when I close a
form, however, the text is being cut off, usually ending in weird ASCII
characters. It is random of how many characters it captures, but it never
puts in the full amount of text that is in the field. However, I can then
cut and paste the text into the table, and it all stays in there.
I am using MySQL tables, and the field is set to LONGTEXT. My code uses a
VB INSERT INTO and works, except for the one field not capturing everything.
DoCmd.RunSQL "INSERT INTO Notes_letters (Order_ID, Letter_Sent,
Date_Entered, Entered_By) VALUES ([Order_ID], [Body], Now(), CurrentUser() )"
I am not sure where to pursue this, but thought I would start here. Please
let
me know if more information is needed.
Perhaps instead of saving to a table, would it be better to have it create a
text file and save it elsewhere?
Help is always appreciated, thanks!
-gary
I am attempting to pass a large amount of text to a field when I close a
form, however, the text is being cut off, usually ending in weird ASCII
characters. It is random of how many characters it captures, but it never
puts in the full amount of text that is in the field. However, I can then
cut and paste the text into the table, and it all stays in there.
I am using MySQL tables, and the field is set to LONGTEXT. My code uses a
VB INSERT INTO and works, except for the one field not capturing everything.
DoCmd.RunSQL "INSERT INTO Notes_letters (Order_ID, Letter_Sent,
Date_Entered, Entered_By) VALUES ([Order_ID], [Body], Now(), CurrentUser() )"
I am not sure where to pursue this, but thought I would start here. Please
let
me know if more information is needed.
Perhaps instead of saving to a table, would it be better to have it create a
text file and save it elsewhere?
Help is always appreciated, thanks!
-gary