I would like to make changes to a form as it is closed. I know I need it in desi开发者_运维知识库gn 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?
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.
精彩评论