mykil
My Life is Boring
- Local time
- Tomorrow, 03:22
- Joined
- Aug 16, 2011
- Messages
- 117
I want to have a Combobox that will automatically filled the "value list" fro a certain "textbox".
If a user will choose " First Year" which in the value list of ComboBoxA it must produce the "Value List" (may be called "Case Value" I'm not sure with correct term used) for TextBoxB so that; if the enter the value "1" in the TextBoxA it will supply the data for TextBoxB = "0"; if i enter the value "2" in the TextBoxA it will supply the data for TextBoxB = "0.6".. But if i choose "Second Year" in the ComboBoxA I want the ComboBoxA to produce the Value List or Case Value I think for TextBoxB; so that if TextBoxA = "1" it must supply the data for TextBoxb= "0"; if TextBoxA = "2", it must supply the data for TextBoxB = "0.9"......
Your help will be much appreciated!!! Thanks in Advance!!!
If a user will choose " First Year" which in the value list of ComboBoxA it must produce the "Value List" (may be called "Case Value" I'm not sure with correct term used) for TextBoxB so that; if the enter the value "1" in the TextBoxA it will supply the data for TextBoxB = "0"; if i enter the value "2" in the TextBoxA it will supply the data for TextBoxB = "0.6".. But if i choose "Second Year" in the ComboBoxA I want the ComboBoxA to produce the Value List or Case Value I think for TextBoxB; so that if TextBoxA = "1" it must supply the data for TextBoxb= "0"; if TextBoxA = "2", it must supply the data for TextBoxB = "0.9"......
Your help will be much appreciated!!! Thanks in Advance!!!