Autoform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top