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.
 
Back
Top