Show related products in Dreamweaver
hi all i'm pretty new to all this so forgive me! I'm doing a website for my brother that will sell guitar bodies and their relevant parts. I've setup a single mysql database table - one of the fields determines if the entry is a body or a part - there is also a field in which (if it's a part) the relevant body its linked to is entered. So, part54 maybe related to body1 for example. I've setup a page in DW CS5 that correctly shows bodies, i've then created a second recordset which i'm trying to filter by the current record in the first recordset. So, if the user is viewing item number 1 then any parts related to that product can be listed on the same page (and eventually clicked for more info). I'm really struggling to find out how to reference the current record being displayed in the first recordset from within the second. Please can you advise me? So, in English Recordset2 needs to show all records where the relateditemfield = the currently being displayed record. I hope i've given enough info here, please shout if not. Thanks in advance. John.