Sep 25, 2001 #1 Gti Programmer Jul 23, 2001 99 PT How can i determine the max lenght in a text box in vba!! In vb is easy but in access i can't find the command to do it Any help? Tkx ;-)
How can i determine the max lenght in a text box in vba!! In vb is easy but in access i can't find the command to do it Any help? Tkx ;-)
Sep 25, 2001 #2 logius Programmer Aug 30, 2001 175 US If you mean, is there a way to find the number of characters in the text box, yes. There's a Code: TextLength property for the Textbox. Just use Code: MyTextBox.TextLenth and it'll give you back the number of characters in the textbox. Upvote 0 Downvote
If you mean, is there a way to find the number of characters in the text box, yes. There's a Code: TextLength property for the Textbox. Just use Code: MyTextBox.TextLenth and it'll give you back the number of characters in the textbox.
Sep 25, 2001 #3 JoaoTL Programmer Jun 14, 2001 278 PT Hi, if you mean the max numbers of charactes in a text box there are 255. For memo fields about 65,500. Hope it helps Best Regards --- JoaoTL NOSPAM_mail@jtl.co.pt http://www.jtl.co.pthttp://www.jtl.co.pt/Access Upvote 0 Downvote
Hi, if you mean the max numbers of charactes in a text box there are 255. For memo fields about 65,500. Hope it helps Best Regards --- JoaoTL NOSPAM_mail@jtl.co.pt http://www.jtl.co.pthttp://www.jtl.co.pt/Access