Hi, Imar, anyone,
Please help!
I have a project also. In my project Iâ m having one dropdownlstbox in that it displays All distinct State, In the State table, there are NY1, NY2, NJ1, NJ2, NJ3 , CA1, CA2⦠I just want to show the ONLY different state, So I use:
Select distinct state from State,
then dropdownlstbox only show NY, NJ, CA, do not NY1, NY2, NJ1, NJ2, NJ3 , CA1, CA2 â¦
Then I want to show the details from specific state if i m selecting any satae in the dropdownlistbox then the corresponding records values should be retrive from State table and relationshop tables, But can not get them, Because each state has state1, state2, For example, selecting NY, NY including NY1, NY2â¦,
Please help!
|