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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.