John W. Colby
jwcolby at colbyconsulting.com
Thu Feb 17 18:00:07 CST 2005
Are you talking about the values of the property? If that is the case, then the data in the property is going to be relative to what the form is doing at the moment. I guess it I don't know what you are doing with this. For example, the property AllowEdits can be set at design time, but can also be modified at run time. Do you want to know the value at the time the form is unopened, or the value at some instance in time? John W. Colby www.ColbyConsulting.com Contribute your unused CPU cycles to a good cause: http://folding.stanford.edu/ -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mcgillivray, Don [ITS] Sent: Thursday, February 17, 2005 6:46 PM To: Access Developers discussion and problem solving Subject: RE: [AccessD] enumerating all properties in all forms FWIW . . . I tried that first, before I posted my example, and the code errored on some properties saying that they can't be read in design view. No such errors when opened in normal view. Don