sorting by a memo field

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

Guest

My memo field contains only 2 digits and I do not have the needed permission
to change its type. I need to sort a report on this field. Data sorts in
the query llike I want but not in the report. Is what I need to do possible?
 
KimC said:
My memo field contains only 2 digits and I do not have the needed permission
to change its type. I need to sort a report on this field. Data sorts in
the query llike I want but not in the report. Is what I need to do possible?


Try sorting on the expression =Left(memofield, 250)
 

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

Back
Top