I have read an article by Allen Browne where it describes a workaround for a truncation issue of the Memo field where the DISTINT key word
Workaround
Open the query's Properties Sheet and set Unique Values to No. (Alternatively, remove the DISTINCT key word in SQL View.)
You may need to create another query that selects the distinct values without the memo, and then use it as the source for another query that retrieves the memo without de-duplicating.
Can someone explain to me how you go about making a query a source to another query
Thank you in advanced
Workaround
Open the query's Properties Sheet and set Unique Values to No. (Alternatively, remove the DISTINCT key word in SQL View.)
You may need to create another query that selects the distinct values without the memo, and then use it as the source for another query that retrieves the memo without de-duplicating.
Can someone explain to me how you go about making a query a source to another query
Thank you in advanced