G
Guest
the listbox on Form 1 has 5 options (populated from a table.) The choice is
used in filtering the second form and setting value of a textbox and it works
fine for all possible choices.
Additionally, if the choice is "instrument" I want to display additional
labels and checkboxes (on the 2nd form) They are already there,
Visible=False.
I test if the choice was "instrument" then can get a msgbox to appear
displaying the choice, which correctly says "instrument", so I know I'm on
the right track. I thought I should be able to add a line of code that sets
label.Visible=True, but nothing happens.
I do my initial filtering in the Open event of the form, so I tried the code
there, no luck. I moved it a few different places...no luck. What baffles
me is that I can get the Msgbox to show under the correct conditions but
can't get the next several lines of code to run...or so it seems
thanks for all your help!
MKMurphy
used in filtering the second form and setting value of a textbox and it works
fine for all possible choices.
Additionally, if the choice is "instrument" I want to display additional
labels and checkboxes (on the 2nd form) They are already there,
Visible=False.
I test if the choice was "instrument" then can get a msgbox to appear
displaying the choice, which correctly says "instrument", so I know I'm on
the right track. I thought I should be able to add a line of code that sets
label.Visible=True, but nothing happens.
I do my initial filtering in the Open event of the form, so I tried the code
there, no luck. I moved it a few different places...no luck. What baffles
me is that I can get the Msgbox to show under the correct conditions but
can't get the next several lines of code to run...or so it seems
thanks for all your help!
MKMurphy