Is there a way to hide a Access 2000 toolbar button? I have looked in the properties for a toolbar button in design view, but there does not appear to be any properties listed that relate to what I am trying to accomplish.

Thank you in advance!

link|improve this question
Do you want to hide the button permanently or conditionally, based on other things? – David W. Fenton Aug 1 '11 at 21:25
conditionally based on a tag property of a report. – Spidermain50 Aug 2 '11 at 13:32
feedback

migrated from stackoverflow.com Aug 1 '11 at 21:03

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

I found it...

http://support.microsoft.com/kb/198464

Instead of using the Enable property like they use, I just substituted with the Visible property.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.