I am using a query for a report. But the query is total and memo field is not allowed in the total query.
Method1: NOT WORKING
I used left function on memo field.
Notes: Left([note],255), even if i change the 255 to 99999 it only picks up first 255 characters.
Method2: NOT WORKING
I can't even...