access forms: How to retain enable/disable options while accessing forms
access forms: How to retain enable/disable options while accessing forms
I have a form and certain tabs are enabled and disabled according to the options chosen by the user. This works fine. But when I navigate through my forms later, i find that all the options are accessible and the user has to again select the choice to disable/enable the tabs conditionally. How to overcome this?
P.s. I have used the Afterupdate() option to enable and disable tabs conditionally
You have to call the code also in the event
On Current
– Patrick Honorez
Jun 29 at 10:13
On Current
@PatrickHonorez what is the argument to be used with
on current
– malavika nair
Jun 29 at 10:17
on current
Form_current()
worked! Thanks @PatrickHonorez– malavika nair
Jun 29 at 10:49
Form_current()
1 Answer
1
You have to call the code also in the event Form_Current
Form_Current
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
I am runnig the code in Access-vba @a_horse_with_no_name
– malavika nair
Jun 29 at 10:06