Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Toggle Button as a Pushpin

Status
Not open for further replies.

rr191

IS-IT--Management
Jun 6, 2002
21
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top