H
hughess7
Hi all
I have a main form which has no record source and has two continuous
subforms on it. When I move from records on subform1 (frm Plan), I want to
sync with records on subform2 (frm Plan Dates). I can not get this working
:-(.
I've looked at posts on the forum and I have a website re referencing
different control etc and the syntax I use looks ok, but I still get an
error.
I've checked the names of the subform controls and they both seem to
correspond with the actual names.
Help!
I've tried various settings and had a mixture of errors mainly - Error 2455
You entered an expression that has an invalid ref...
At the moment I have the following code on the 'On current' event of subform1:
Me![frm Plan Dates].Form.Requery
and get the error:
Error 2465 can't find the field referred to...
Thanks in advance for any help.
Sue
I have a main form which has no record source and has two continuous
subforms on it. When I move from records on subform1 (frm Plan), I want to
sync with records on subform2 (frm Plan Dates). I can not get this working
:-(.
I've looked at posts on the forum and I have a website re referencing
different control etc and the syntax I use looks ok, but I still get an
error.
I've checked the names of the subform controls and they both seem to
correspond with the actual names.
Help!
I've tried various settings and had a mixture of errors mainly - Error 2455
You entered an expression that has an invalid ref...
At the moment I have the following code on the 'On current' event of subform1:
Me![frm Plan Dates].Form.Requery
and get the error:
Error 2465 can't find the field referred to...
Thanks in advance for any help.
Sue