I would like to implement a pushpin button on an Access form. The button would have a different picture when not pressed and another when pressed. Does anyone have any code or add-in that can be used this way?
Just to close the loop on this one, here is the solution I came up with:
I found bmp of a pushpin button in the up and down position on the web. I copied these to a form and set the on click property of the controls to turn the visible property of one to true and the other to false. You should also add any code to complete the action you wish to take when pushed in. I did just the opposite with the other one. Then I stacked thme on top of each other.
I now have a toggle button that has one picture when up and another when pressed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.