Wrapped Cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to do a hard return in a cell that you have formatted to wrap
so that the next line of text in the same cell does not wrap?
 
Is it possible to do a hard return in a cell that you have formatted to wrap
so that the next line of text in the same cell does not wrap?

Access doesn't have cells it has fields.

Use a Form for data entry.

If this is a usual thing you would like to do, set the form control's
Enter Key Behavior property to "New line in field". It's on the
control property sheet's Other tab.

If this is just an occasional thing, use Ctrl + Enter and it will
place a new line in the data.
 

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

Back
Top