ACC: How to Create a Collection of Collections (154448)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q154448
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
A limitations of the Visual Basic for Applications Collection object is
that it cannot contain a user-defined data type. You can achieve similar
behavior, however, by creating a collection that contains the elements
that you would normally define in your user-defined data type, and then
storing that collection in a second collection. This article shows you how
to create such "nested" collections.
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.
REFERENCES
For more information about collections, search the Help Index for
Collection object.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbProgramming KB154448 |
---|
|