I'm having trouble writing the contents of a text area to an MS Access recordset. This is the code I'm currently trying to use:
increaseEffectiveness is the name of the text area.
All I'm getting is the first word of whatever sentence is being written in the text area. What I need is the entire sentence.
I appreciate the help.
Have a positive day,
--Scott
Code:
rs("Question_6") = cstr(request.form("increaseEffectiveness"))
increaseEffectiveness is the name of the text area.
All I'm getting is the first word of whatever sentence is being written in the text area. What I need is the entire sentence.
I appreciate the help.
Have a positive day,
--Scott