Sep 25, 2001 #1 Gti Programmer Jul 23, 2001 99 PT How can i determine the max lenght in a text box!!!! Any Help Tkx ;-)
Sep 25, 2001 #2 LonnieJohnson Programmer Apr 16, 2001 2,628 US The max length allowed in a text box is 255 chars. To determine the number of chars in a text box would be Dim intLen as Interger intLen = Len(TextBoxName) intLen would now hold the numerical value of the number of chars in the textbox. I hope this is what you were asking for. If not please provide more details. ljprodev@yahoo.com ProDev, MS Access Applications B-) http://www.galaxymall.com/software/PRODEV Upvote 0 Downvote
The max length allowed in a text box is 255 chars. To determine the number of chars in a text box would be Dim intLen as Interger intLen = Len(TextBoxName) intLen would now hold the numerical value of the number of chars in the textbox. I hope this is what you were asking for. If not please provide more details. ljprodev@yahoo.com ProDev, MS Access Applications B-) http://www.galaxymall.com/software/PRODEV