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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Expression Builder

Status
Not open for further replies.

merc007

Technical User
May 12, 2006
24
US
hello,

I have two buttons (b1 and b2) I am trying to set it up when I click on "b1" b2 becomes dibled... how would I go about doig this... thank you
 
I've tried that and it doesn't seem to work...
 
merc007

Where did you try it at.


In a Event procedure (On Click)for b1 put the code

b2.Enabled = "No"



bob
 
I opened the properties window for b1 button and went to "on click" and opened the expression builder and pasted the code... It still doesn't work.
 
It should be in the code window not in expression builder dialog.
Click on the [...] button and choose the code builder from the dialog. You will be taken to the vba code window.

________________________________________________________
Zameer Abdulla
Help to find Missing people
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top