I am constructing a master/detail page set. The master page lists information about companies (From a COMPANY table). When you click on the company's name, you are taken to the detail page, which displays both the company information (from the COMPANY table) and the contact people for that company (from the CONTACTS table). I am passing along the Company ID key to the detail page (since it's the foreign key that links the COMPANY and CONTACTS TABLE). However, I do not know how to display both information from the COMPANY table and the CONTACTS table in the detail page, based on the key I pass. I'm guessing I need two recordsets, but I'm not sure how to let Dreamweaver know which records from the CONTACTS table match the company whose information is being displayed on screen.
Thanks
Thanks