Not getting entire data from memo field on query

spec

Registered User.
Local time
Today, 01:02
Joined
Jun 9, 2005
Messages
12
Hi all,

I had table with following data

Table

f1 f2 f3
1 10 aa......
1 11 aaa...
2 10 bb...
2 11 bb.......

f3 is memo field

I had to retrieve data by grouping records based on f1 value
so i gave groupby in totals section to f3 field also.

I am getting the values correctly, but memo field is truncating.
Its only displaying first half arround 236 charecters only.

If i query directly without performing any group by
then i am getting entire data for the memo field.

please any one give the solution.

waiting for your help.


Thanks
 
Spec,

For some reason GroupBy & Union queries seem to truncate the memo fields.

What you can do is make one last, final query that retrieves your memo fields.

Wayne
 

Users who are viewing this thread

Back
Top Bottom