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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 need help with procedure

Author  Topic 

eugz
Posting Yak Master

210 Posts

Posted - 2011-04-19 : 17:12:31
I have AAAComboBox populated by value
AAA_Id AAA
BBB_Id BBB
CCC_Id CCC


and DDDComboBox populated by value
DDD_Id DDD

In 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.

Jim



Everyday I learn something that somebody else already knew
Go to Top of Page
   

- Advertisement -