only 255 characters in memofield

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

Hi


In a table one field is a memo field. I filled with more than 255 characters
When I call this table in a query that memofield shows only 255 characters
what is going wrong ??


Thanks for your prompt solution

Best regards
Ron/DPA
 
The query displays only 255 characters if it is forced to aggegate the data
on the query.

If the query has a DISTINCT predicate, remove it.

If the query as a GROUP BY clause, choose First under the memo field instead
of Group By.
 
Back
Top