Although working from the top of my head here...I think I can interject some decent throught processes...
First, as to the limit of a memo in a query, I believe it is 255....maybe not, but sounds right.
Second, how to get around this. Depending on how the data is being displayed, I can think of a workaround. If you are using a non-continuous form or a report, DO NOT include the memo field in your query. On the non-continuous form, include an unbound field and make it large enough to show some of the data. You also may want to set the scrollbar properties of the field to accomodate longer data. The, using the oncurrent event of the form, simply open a recordset to the table where the form data is stored, findfirst the record id, and populate the unbound memo display field with the memo. The report setup would be similar but you would use the onformat event of details section to do the recordset searching and population.
****************************
Computers are possibly the most un-intelligent things ever invented, yet we let them control the world. Possibly a reflection of our own stupidity.
Robert L. Johnson III
MCSA, CNA, Net+, A+
w: rljohnso@stewart.com
h: wildmage@tampabay.rr.com