Full Version: Buttons in forms
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
bella_chica
How can you click on a button in a form and enable another button in another form?
Alan_G
Not sure why you'd want to do it, but.....

In the On Click event of the button doing the enabling

Forms!YourOtherFormName!ButtonYouWantEnabled.Enabled = True

Change the names to suit your actual names

Your other form needs to be open.........

HTH

Alan
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.