T
tankerman
I have a form "FrmAcq" with a subform "FrmAcqSub" parent chid link is
AcqPK-AcqFK. This work with no problem. I have a search form to find the
acquistion that I need , I enter a date frame in this form and it opens up in
spreadsheet view, in the AcqPK I have this code in the double click
DoCmd.OpenForm "FrmAcq", , , "AcqPK =" & Me.AcqPK
I get Error:2105 can not go the record but when I click OK it opens the
record I am looking for. I probably need some error handling and have tried
to put it in by viewing Allen Browne's site with not luck.
I should mention that the sub form is a continous form and ends up with
several AcqFK same as the AcqPK so I believe this is what is causing me the
problem.
AcqPK-AcqFK. This work with no problem. I have a search form to find the
acquistion that I need , I enter a date frame in this form and it opens up in
spreadsheet view, in the AcqPK I have this code in the double click
DoCmd.OpenForm "FrmAcq", , , "AcqPK =" & Me.AcqPK
I get Error:2105 can not go the record but when I click OK it opens the
record I am looking for. I probably need some error handling and have tried
to put it in by viewing Allen Browne's site with not luck.
I should mention that the sub form is a continous form and ends up with
several AcqFK same as the AcqPK so I believe this is what is causing me the
problem.