Query truncating memo field

V

Van T. Dinh

*Genrally*, if you use ORDER BY / GROUP BY or similar,
Access will truncate Memo Field values to max 255 chars.

Post details of your Tables, SQL String of your Query,
whether you need the Query to be updateable or not and
someone may come up with suggestions/solutions.

HTH
Van T. Dinh
MVP (Access)
 
K

Ken Snell

I usually use First as the choice for memo fields.

A Dodson said:
Call me slow, but how should I pull my memo field into a query? I thought
"Group By" was the standard generic. ??? Ach!
 
K

Ken Snell

By first, I mean in place of the group by. If you tried using First in place
of the memo field's fieldname, then yes you'd get the parameter prompt.

--

Ken Snell
<MS ACCESS MVP>

A Dodson said:
I tried First, but then it prompted for criteria when the query was used
for a report. I found that since I didn't need the Total options, I just
turned them off and it stopped truncating. Silly me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top