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 when it happens, but it never puts in the full
amount of text that is in the field.
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 anything. 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 when it happens, but it never puts in the full
amount of text that is in the field.
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 anything. 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