K
Keir
Let's say I have a table with one field and 50 records.
How do I create a query that combines the content of all
the records from my table in one record field?
I have tried Microsoft Knowledge Base Article 318642 and
it works but not properly. It does not retrieve all the
content. Say my table had in total 1000 characters over 50
records. The query result might show 800. It instructs you
to try it on the Northwind database. I did excatly as
instructed but if you look at the query result the string
is incomplete (not all records present and last word in
string is incomplete)
How do I create a query that combines the content of all
the records from my table in one record field?
I have tried Microsoft Knowledge Base Article 318642 and
it works but not properly. It does not retrieve all the
content. Say my table had in total 1000 characters over 50
records. The query result might show 800. It instructs you
to try it on the Northwind database. I did excatly as
instructed but if you look at the query result the string
is incomplete (not all records present and last word in
string is incomplete)