Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
eugz
Posting Yak Master
210 Posts |
Posted - 2011-04-19 : 17:12:31
|
| I have AAAComboBox populated by valueAAA_Id AAABBB_Id BBBCCC_Id CCCand DDDComboBox populated by valueDDD_Id DDDIn my form I would like if BBB_Id is selected in that case DDDComboBox is invisible. The problem is I cannot hard code in select statement. If is it possible how it to do?Thanks. |
|
|
jimf
Master Smack Fu Yak Hacker
2875 Posts |
Posted - 2011-04-19 : 18:57:29
|
| What do you need the SQL Server piece of the code to do? If you ComboBox AAACombox hass BBB_ID selected, then you should put the show/hide condition in tour DDDCombox = false.JimEveryday I learn something that somebody else already knew |
 |
|
|
|
|
|