G
Guest
Hi all
Since you can't put a subform on a continuous form I have got round the
problem by creating a blank form (frm Staff) and putting two subforms on it.
The sub forms are linked via the master and child fields. This works on the
first record of subform1 (ecs staff) but when I move to record two I want the
subform2 (holiday entitlement) to refresh and show related records. I tried a
requery command but I get an error (see below). Please can someone point me
in the right direction, thanks!
Sue
On Current event (of ecs staff)
Forms![frm staff].Forms![Holiday Entitlement].Requery
Error 2465: Application defined or object defined error.
Since you can't put a subform on a continuous form I have got round the
problem by creating a blank form (frm Staff) and putting two subforms on it.
The sub forms are linked via the master and child fields. This works on the
first record of subform1 (ecs staff) but when I move to record two I want the
subform2 (holiday entitlement) to refresh and show related records. I tried a
requery command but I get an error (see below). Please can someone point me
in the right direction, thanks!
Sue
On Current event (of ecs staff)
Forms![frm staff].Forms![Holiday Entitlement].Requery
Error 2465: Application defined or object defined error.