Sorry this is way too technical for my beginner level. Can you explain in a simpler way what you mean.
Open the form to a record.
Click the mouse in the memo field.
Press Shift-F2. This will open the "Zoom Window" showing all of the
contents of the field. Is there any data visible now?
The problem I have is with a form.
I understand that; I was suggesting that the textbox on the form might
a) be physically too small to show more than one line, and b) that the
text that you're pasting might begin with a carriage return character.
If it does, you'll see only the initial blank line; the rest will be
there but you'll need to scroll down within the textbox to see it.
The form is based on a table and there is a box box for pasting the data. so far I have no way filled the area allocated.
Doublecheck the properties of the textbox. Open the Form in design
view; right mouseclick the textbox, and select Properties (unless the
properties window is already visible onscreen). Select the Data tab.
Is the "Control Source" property of the textbox the name of the memo
field in your table?
There is a field called notes and I have set the data type to memo which I though would allow me to insert up to 65,000 characters? so I hoped I had room for lots of notes.
If you *type* in the textbox rather than pasting, do you keep the
data?