Hello, I am reltatively new to this so seek guidance.
I have 3 forms, "FrmBack", "FrmList", and "FrmQTst".
"FrmBack" is unbound, "FrmList" is bound to table "TblAppDetails"
"FrmQTst" is bound to parameter query "QryTst" which is bound to two tables, "TblAppDetails" and "TblData".
I have made both "FrmList" and "FrmQtst" sub forms on "FrmBack"
The criteria of "QryTst" is set to = selected field value on the subform "FrmList"
What I would like to happen is the subform "FrmQTst" to display the data relevant to the record selected on the sub form "FrmList".
At the moment this works fine for the actual form FrmQTst, but how do I do the same for the sub form FrmQTst?
May be easy enough, but I just can't see it all.

Ian
I have 3 forms, "FrmBack", "FrmList", and "FrmQTst".
"FrmBack" is unbound, "FrmList" is bound to table "TblAppDetails"
"FrmQTst" is bound to parameter query "QryTst" which is bound to two tables, "TblAppDetails" and "TblData".
I have made both "FrmList" and "FrmQtst" sub forms on "FrmBack"
The criteria of "QryTst" is set to = selected field value on the subform "FrmList"
What I would like to happen is the subform "FrmQTst" to display the data relevant to the record selected on the sub form "FrmList".
At the moment this works fine for the actual form FrmQTst, but how do I do the same for the sub form FrmQTst?
May be easy enough, but I just can't see it all.

Ian