D
Derek Wittman
Good afternoon,
I'm struggling somewhat with a form I've created. I need to make a text box
that can permit over 255 characters in it and save the entire text box as a
field value. In lieu of that, I can force the user to complete multiple text
boxes. However, in order to do that, I'd like each text box control to have
a counter that updates the counter on each OnChange based on the len()
function of the text in the box.
Can I...
A) Have a text box that receives more than 255 characters and merely save it
using VBE to several fields? or should I...
B) Use the counter method for the user's reference to know when s/he needs
to move to the next 255-char limit text box?
Any suggestions would be appreciated. Also, if the decidedly best answer is
B, can someone help me with the coding? The len() function doesn't seem to
like the text box... perhaps it's because the control is basically 'dirty'.
Thank you in advance!
Derek
I'm struggling somewhat with a form I've created. I need to make a text box
that can permit over 255 characters in it and save the entire text box as a
field value. In lieu of that, I can force the user to complete multiple text
boxes. However, in order to do that, I'd like each text box control to have
a counter that updates the counter on each OnChange based on the len()
function of the text in the box.
Can I...
A) Have a text box that receives more than 255 characters and merely save it
using VBE to several fields? or should I...
B) Use the counter method for the user's reference to know when s/he needs
to move to the next 255-char limit text box?
Any suggestions would be appreciated. Also, if the decidedly best answer is
B, can someone help me with the coding? The len() function doesn't seem to
like the text box... perhaps it's because the control is basically 'dirty'.
Thank you in advance!
Derek