RobertSOakes
New member
- Local time
- Yesterday, 22:01
- Joined
- Feb 12, 2007
- Messages
- 4
I have run into a problem with a form I am developing for a simple medical records system. I am attempting to insert a text string into a Memo Data column in a table, however, the INSERT statement I using is truncating the length of the comment to 255 characters only (even the Memo data type is capable of storing a much longer string).
Does anyone know of a quick work around to this problem? I have tried explicitly declaring the variable a string and attempting to integrate it that way, but I have not had success. Also, is anyone aware if this same truncation a part of the UPDATE procedure?
Any guidance would be hugely appreciated.
Thanks,
Rob Oakes
Does anyone know of a quick work around to this problem? I have tried explicitly declaring the variable a string and attempting to integrate it that way, but I have not had success. Also, is anyone aware if this same truncation a part of the UPDATE procedure?
Any guidance would be hugely appreciated.
Thanks,
Rob Oakes