cenderawasih
MIS
Hi...
i'm using Len function to count the number of characters that the user has entered in several textboxes:
totalChar=len(text(1).text) + len(text(2).text)+len(text(3).text)
me.txtShowTotal=totalChar
The problem that i encountered is when the user key in the 1st letter the counting did'nt starts from 1 but it starts from 31....i have no idea why this is happening...
can somebody help me...
i'm using Len function to count the number of characters that the user has entered in several textboxes:
totalChar=len(text(1).text) + len(text(2).text)+len(text(3).text)
me.txtShowTotal=totalChar
The problem that i encountered is when the user key in the 1st letter the counting did'nt starts from 1 but it starts from 31....i have no idea why this is happening...
can somebody help me...