[AccessD] printing properties

Susan Harkins harkins at iglou.com
Thu Feb 27 20:09:00 CST 2003


Couldn't get it to work -- will continue to play with it though -- thank
you.

Susan H.


> 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
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
>




More information about the AccessD mailing list