access to controls on inactiv forms

D

Daniel Pech

Hi,

does anybody know how I can access controls on inactive forms? The catalog
AllForms doesn't work. With it I get an AccessObject, but no access to the
controls on it.

Thanks in advanced

Daniel
 
S

Scott McDaniel

What are you trying to do with the controls? If your form isn't open, you
can't manipulate the controls ...
 
D

Daniel Pech

Hi,

I don't want to manipulate the controls. I only wanted to document the name
and the type of each control in a extra table. But it is already done. I
solved it, by open the formular and after reading out the data I closed it.

But thanks all the same

Daniel
 
Top