policechiefwiggum
Programmer
Hi All,
I have a field, that i need to put some validation on, in order to pass the field value to another form, previously i've had a hidden caption with
in the "onchange" setting, this works fine when text is typed in, however users have started to copy and paste enought charecters to meet the validation, but as they've copyed and pasted the value my currect code only sees this as 1 change. hence the validation failes.
if i could count the number of charecters in the field this would make the validation a bit more robust.
can anyone help?
Thanks in advance
I have a field, that i need to put some validation on, in order to pass the field value to another form, previously i've had a hidden caption with
Code:
Me.Change_Made.Caption = Me.Change_Made.Caption + 1
if i could count the number of charecters in the field this would make the validation a bit more robust.
can anyone help?
Thanks in advance