BlastRadius
Programmer
Is there a limit on the number of characters which can be passed from a form to another page? I have a form which updated information in an access database. The form works fine under normal circumstances. But, I have a situation where the discription field runs quite long about 1900 characters. When the form is submitted the description field is cut off part way and the rest of the forms values are not pass resulting in an error. The are no apostrophies or other punctuation marks in the area where it is cut off. Any advise would be appreated. Can I store the form fields in a session varable before passing the form? or cut the field into two if it is too big?????