jeffcravener
Technical User
I have two combo boxes, we'll say cboBox1 and cboBox2
Depending on what is selected in cboBox1, will determine what will appear in cboBox2.
BUT, I can't figure out the event to code!!!
I am REALLY new to VBScript, most of what I have done so far has been luck because of my knowledge of VB6.
These are two subs i tried:
sub cboBox1_Click()
msgbox "worked"
end sub
and
sub cboBox1_Change()
msgbox "worked"
end sub
Neither worked : (
Depending on what is selected in cboBox1, will determine what will appear in cboBox2.
BUT, I can't figure out the event to code!!!
I am REALLY new to VBScript, most of what I have done so far has been luck because of my knowledge of VB6.
These are two subs i tried:
sub cboBox1_Click()
msgbox "worked"
end sub
and
sub cboBox1_Change()
msgbox "worked"
end sub
Neither worked : (