Hello All,
Does anyone know how to count the number of characters in a text box? What I am trying to accomplish is something like this (I have some code):
if me.text0=Len([text0].text)=9 then
me.text1.enabled=true
else
end if
However, I am not getting this to work. I have put it in the change event of the text box and the form.
Thanks in advance for your help.
Does anyone know how to count the number of characters in a text box? What I am trying to accomplish is something like this (I have some code):
if me.text0=Len([text0].text)=9 then
me.text1.enabled=true
else
end if
However, I am not getting this to work. I have put it in the change event of the text box and the form.
Thanks in advance for your help.