Thanks for the info, sorry I took so long to reply. Here's what I ended up with.
I left everything as it was, then added to the "on click event" of the joined field in the first subform the following code.
Forms!FrmBack.FrmQTst.Form.Requery
Bingo, just what I was after.
:)
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...