J
JGPatrick
Reading Hennig et. al. Access 2007 VBA Programmer's Reference, and have a
question about DAO user-defined properties.
These are not totally user-defined, because Access knows what to do with the
property.
For instance, if you user the CreateProperty method of the DAO.Database
object to create a property with the name "Description", and you append it to
the Properties collection of a DAO.Field object, Access knows to add that
description to the field in the design view of a table.
So there must exist a list of allowable names for these user-defined
properties, as well as a list of corresponding datatypes and values to use in
the CreateProperty method.
My question is, where can I find such a list?
question about DAO user-defined properties.
These are not totally user-defined, because Access knows what to do with the
property.
For instance, if you user the CreateProperty method of the DAO.Database
object to create a property with the name "Description", and you append it to
the Properties collection of a DAO.Field object, Access knows to add that
description to the field in the design view of a table.
So there must exist a list of allowable names for these user-defined
properties, as well as a list of corresponding datatypes and values to use in
the CreateProperty method.
My question is, where can I find such a list?