ACC97: How to Combine Multiple Child Records into One Record (322863)
The information in this article applies to:
This article was previously published under Q322863 Advanced: Requires expert coding, interoperability, and multiuser skills.
For a Microsoft Microsoft Access 2002 version of this article, see 318642.
For a Microsoft Microsoft Access 2000 version of this article, see 322813.
SUMMARY
This article shows you how to combine multiple child records into one
record.
In the following example, which uses the Northwind.mdb sample database, the SQL query passes the category name to the CombineChildRecords function. The function creates a category-specific Recordset object that is based on the Products table, and then parses the Recordset object to generate a comma-delimited list of products.
REFERENCES
If you receive the following error message
Undefined function CombineChildRecords in expression.
when you try to perform the procedure in the "More Information" section of this article, see the following article in the Microsoft Knowledge Base: 123344 ACC: 'Undefined Function in Expression' Error Message
Modification Type: | Major | Last Reviewed: | 9/25/2003 |
---|
Keywords: | kbhowto KB322863 |
---|
|