DerekMcDonald
Technical User
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 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!