I have a db table that has a store name, store number, unique ID field & address info. On my webpage I would like to have store name populate the first dropdown menu, which I have working (I am using the DISTINCT Sql method). Then on select of a particular store name I would like to populate the second dropdown menu which would pull all store numbers that are equal to the store name selected in the first dropdown. Then once a store number is selected I need to populate a text box that would hold the unique ID and the populate fields that would hold the store information such as address, etc. Any ideas?