In a Word table you have a soft return. Do that in a memo field?

B

Bobmeister

I have a large Word table that needs to come into Access. Some of the cells
contain a hard return to cause the line in the cell to break at a specific
word. How do I do that in Access? Once it hits a hard return or a manual
page break, the remainder of the data is not pasted in.
I'm using Access 2003
 
D

Douglas J. Steele

Check the EnterKeyBehavior property of the text box. The default does as
you're describing, but it can be changed to New Line In Field.
 
Top