TextArea is a Control on a Web Page, that allows multiple lines of text (a standard Web Form TextBox is a single line only). On an Access Windows form, the TextBox contol is 'multi-line' automatically, but to use the capability, when entering text, to get the second or third or... line, you use the Control Key + the Enter key (press BOTH at the same time). That will move the cursor to the start of the next line, then you can type as usual. You can have as many line in a TextBox as you need, justr end each line with Control+Enter
AW
Main Topics
Browse All Topics





by: Rick_RickardsPosted on 2006-12-02 at 02:21:35ID: 18059224
What you're looking for sounds like the "Text Box" Control.
There is a toolbar that is on by default that should give you access to this control when your form is in Design View. The Button looks like...
AB|
Click on that button and drop the text box anyplace on the form you'd like. You can even give it different dimentions by going into the properties menu (which you can get to by right clicking on the text box and slelcting properies), or by clicking on onne of it's 8 anchor points whereby you can resize by a click, drag and release wth the moust..
If you have the form opened in design veiw all the above should apply. Just remember to have the form in Design View as that is what allows you to build your form (and add text boxes for example).
Rick