Eric D. Johnson
Eric D. Johnson

Reputation: 31

Opening form in design view on close

I would like to make changes to a form as it is closed. I know I need it in design for to do this, but Access will not allow the form to be in design view "on unload" or "on close." Is there a work around?

Upvotes: 0

Views: 279

Answers (1)

Mitch Wheat
Mitch Wheat

Reputation: 300499

Changing the design of a form on closing is a very bad idea. Changing the design of a form anytime at runtime is a bad idea. Don't do it. Instead, make the (static) design fit your needs.

Can you explain what you are trying to achieve, rather than your perceived solution.

Upvotes: 3

Related Questions