pasting onto a memo field of a form

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

Guest

After I copy text from a word document onto a memo field of a form in Access,
then when I move to a different record it looks like the same text that I
just pasted onto the other record is also showing on the new record. So I
would have to close the form and reopen it so it looks normal again. Does
anyone know what I need to do to avoid this from happening? I assume I can
type in some VB code that may help this, but not sure. Thanks.
 
Most likely that the field not bounded to any field in the table.

When a field is unbound, the value you enter into it display in all the
records.
Check the control source of the field, if it link to any field in the table.
 
Back
Top