Autoform

J

jmonroyf

I need to create autoforms for lot of tables and queries so my questionis can
this be done in a way that the form can be created then insert the fields
from the query or table that I want and finally erase this form in order to
save space.
 
J

John Nurick

It's possible to create, populate and delete forms under program
control: see Application.CreateForm, Application.CreateControl.

But my first thought was that if an Access application requires new
forms to be continually created and deleted as part of normal operation,
there's probably something fundamentally wrong with the data structure.
 
Top