D
Dispatcher Scott
Insane. that's where I'm headed...
I have a form where I created 2 drop down boxes. When I created the drop
downs, I inputted the info manually (rather than use info from a table). I
have a text box that is dependant on what 2 items are selected from the
drop-downs.
i.e:
drop 1 = "2"
drop 2= "low"
txt box = 4.4
the drop down values are:
drop 1 is numbered 1-9
drop 2 is (Low, Medium or High)
so the values combined will determine what the value in the txt box is.
What is the easiest way for me to do this? I am a VB code idiot, I've
searched on the internet for some resources, but don't really know how to
word my search.
I have ordered a book from amazon.com on VB coding, in hopes to learn a
little more, but I'm being pushed for time as this is a work project.
any help would be appreciated. Thanks in advance.
I have a form where I created 2 drop down boxes. When I created the drop
downs, I inputted the info manually (rather than use info from a table). I
have a text box that is dependant on what 2 items are selected from the
drop-downs.
i.e:
drop 1 = "2"
drop 2= "low"
txt box = 4.4
the drop down values are:
drop 1 is numbered 1-9
drop 2 is (Low, Medium or High)
so the values combined will determine what the value in the txt box is.
What is the easiest way for me to do this? I am a VB code idiot, I've
searched on the internet for some resources, but don't really know how to
word my search.
I have ordered a book from amazon.com on VB coding, in hopes to learn a
little more, but I'm being pushed for time as this is a work project.
any help would be appreciated. Thanks in advance.