S
Steve
What is the code to create a list of the controls on a closed form in the
current database?
Thanks!
Steve
current database?
Thanks!
Steve
What is the code to create a list of the controls on a closed form in the
current database?
Thanks!
Steve
What is the code to create a list of the controls on a closed form in the
current database?
Thanks!
Steve
What is the code to create a list of the controls on a closed form in the
current database?
Thanks!
Steve
MikeB said:If you were to open the form from a program, but set it as hidden,
then you would be able to get an object with a collection of all the
controls. Once you have gotten from that what you want (made a list,
whatever) you could close the form?
John said:Depending on your version of Access, see the documentation on the AllForms
collection in VBA help.
But an AccessObject does not have a Controls collection.
For this purpose AllForms is no more useful than
Containers!Forms.Documents.