I have 1 drop down having 5 values(value 1 ,value 2,value 3,value 4,value 5) in it. i have assigned a token to this drop down For (value 1 ,value 2,value 3,value 4) i have a table(table 1) below drop down where the results change as per values of the drop down selected. It uses 1 query underneath to get details what i want is to have another another table(table 2) which should display in place of table 1 [hide table 1 and display 2 instead ] when value 5 is selected from drop down. This needs to use different query How to achieve this ?
... View more