Newbie question about Access

J

Joe

Hi,
I've put a text box in a database I've created and I
can't figure out how to make the text box behave so that
I can type in it as if it were a word document, etc...
What I mean is I want to be able to put in a line or two
of information then be able to hit enter to drop down to
the next line and type some more stuff. I've posted this
in the Access N.G. as well.

Thanks for your help,
Joe
 
G

George Nicholson

Joe:
Textboxes in Access have a "NewLineBehavior" property. Set it to
NewLineInField.

The only other setting for this textbox property is Default and is, not
suprisingly, the default setting. When set to Default the text box will
follow the behavior specified in the MoveAfterEnter property of the database
itself. The allowable behaviours are: ignore/goto next field or goto next
record.
 
G

Guest

Thanks!
-----Original Message-----
Joe:
Textboxes in Access have a "NewLineBehavior" property. Set it to
NewLineInField.

The only other setting for this textbox property is Default and is, not
suprisingly, the default setting. When set to Default the text box will
follow the behavior specified in the MoveAfterEnter property of the database
itself. The allowable behaviours are: ignore/goto next field or goto next
record.

--
George Nicholson

Remove 'Junk' from return address.





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top