I have several ASP pages that I have created from an access database. in access the database I have one form with several sub forms that are linked via master/child relationships. The form has several tabs which each tab is a sub form of the master. If you select a person in the master form and then go to each tab you see the data related to the master form.
SO the question is , how can I achieve this in ASP. I would like to link the pages via a master/child relationships so when the choose a person or product on the master page it will show the corresponding data on the other pages.
Example I have 3 pages, one is the member page where you enter a persons name address etc, then the other page is where you enter their products, and another page is where you enter their delivery dates and other info.
SO the question is , how can I achieve this in ASP. I would like to link the pages via a master/child relationships so when the choose a person or product on the master page it will show the corresponding data on the other pages.
Example I have 3 pages, one is the member page where you enter a persons name address etc, then the other page is where you enter their products, and another page is where you enter their delivery dates and other info.