Multi line text fields

T

TonyB

I'm told that access allows text fields to include a newline character so
that say two address lines can be written into a field, with a new line
separating them. However I can't work out how you actually enter data into
fields in the table view with more than one line. Hitting enter moves you to
the next field. Shift Enter doesn't do anything.
Regards
Tony
 
T

TonyB

Thanks,
It's a simple question but I couldn't find anything in the MS Access help
about this at all !
Cheers
Tony
 
T

Tim Ferguson

However I can't work out how you actually enter data into
fields in the table view with more than one line. Hitting enter moves
you to the next field. Shift Enter doesn't do anything.

Rule one: just don't do stuff in table view. Use a form.

Rule two: proper text boxes have a property called EnterKeyBehaviour (or
something like that), which lets you choose what happens when the user
presses the enter key. The default for a multi-line text box is to insert
a new line in the text box text.

HTH


Tim F
 

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