Michael R Mattys
michael.mattys at adelphia.net
Thu Feb 27 19:45:00 CST 2003
Susan,
I have a feeling you're looking for ADO, but...
In DAO you would:
Dim obj as Object (For Instance)
Dim prp as DAO.Property
Set obj = An Object
For Each prp in obj.Properties
debug.print prp.Name
Next
Mike Mattys
----- Original Message -----
From: "Susan Harkins" <harkins at iglou.com>
To: <AccessD at databaseadvisors.com>
Sent: Thursday, February 27, 2003 8:02 PM
Subject: [AccessD] printing properties
> Is there anyway to iterate through a collection's properties -- to print a
> list to the Immediate window? Not the property values -- the property
names
> themselves.
>
> Susan H.
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com