开发者

Opening form in design view on close

开发者 https://www.devze.com 2022-12-18 22:31 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消