This is probably due to some sort of corruption in your database. Memo
fields are particularly susceptible to this, because the memo data is
stored on a separate page from the rest of a record's data. See if the
various suggestions on Tony Toews' Currupt MDBs FAQ page help:
http://www.granite.ab.ca/access/corruptmdbs.htm
Thanks for your help, Dirk (and Tony by Proxy). But It's still there.
This is what I did.
1. Backed up existing data. (It's a Back End)
2. Made a new blank db
3. Imported all tables into the new blank db
4. Opened Front End. Characters still there in query and report, not
in linked table. Closed Front End.
5. Removed Memo field from table in Back End. (No data in the fields
at all.)
6. Inserted new text field with the same name in table in Back End.
7. Opened Front End. No characters (of course). Closed Front End.
8. Changed data type in table in Back End to Memo.
9. Opened Front End. Characters back.
Weird, huh?
Kelvin