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!

Conditional visible button on continuous forms

Status
Not open for further replies.

DerekMcDonald

Technical User
Oct 5, 2000
26
US
I've seen a lot of questions on conditional text formatting, which I understand... But here's one on conditional formatting buttons within continuous forms.

I have continuous subforms within a main form, showing up as rows. Within each subform/row, I'd like a button cmdGoTo to be visible only where the value of a combo box in that subform is "Workshop". Of course, if I try to set the visible property of the button using the "current" or "load" events, when the button becomes visible on one subform it becomes visible on all the subforms.

There must be a way to code around this! Anyone? Thanks!
 
I find that using the On Double Click event is easier to use in this type of situation. You can pick up the value of the combo box and perform different actions depending on the value. Sandy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top