Aug 1, 2003 #1 spook007 Programmer May 22, 2002 259 US I'd like to disalble the input text box on a form how does anyone know the syntax for this? Thanks.
Aug 1, 2003 #2 billwatson Instructor Dec 18, 2002 2,312 CA if you want it to be visible but just not accept any input then set maxchars to zero inputbox.maxChars = 0; Upvote 0 Downvote
if you want it to be visible but just not accept any input then set maxchars to zero inputbox.maxChars = 0;