I don't really know whether this belongs into forms, macros or VBA so I'll just post it here. 
I am making a hardware & software inventory database. I have got all the data on each PC stored in tblPC which is linked to the Software table in a many-to-many relationship.
One of my forms has the PC data in the main form and software in a subform. Another form is based solely on the tblSoftware and has more details about the software than the Software-subform.
I would like to create a button in the PC form that opens up the record in the software form that corresponds to the currently selected record in the software subform (it doesn't necessarily have to be a button, it could a also it could also be an event procedure linked to double-clicking a record in the software subform).
I hope you understand what I mean as I find it quite hard to explain.
Any help greatly appreciated!

I am making a hardware & software inventory database. I have got all the data on each PC stored in tblPC which is linked to the Software table in a many-to-many relationship.
One of my forms has the PC data in the main form and software in a subform. Another form is based solely on the tblSoftware and has more details about the software than the Software-subform.
I would like to create a button in the PC form that opens up the record in the software form that corresponds to the currently selected record in the software subform (it doesn't necessarily have to be a button, it could a also it could also be an event procedure linked to double-clicking a record in the software subform).
I hope you understand what I mean as I find it quite hard to explain.
Any help greatly appreciated!