L
Lee
Good morning all,
I have a Search form where you can double-click on a
returned record to 'jump' to a specific record within
another form (that's always open).
My problem is that I can jump to the overall record that is
on the main form but I'd really like to be able to jump to
a specific record within a Subform. I've tried various
syntax to get this to work without success.
Supposing the forms/controls have the following names, can
you advise how I should refer to the record within the
Subform?
Search form = frmSearch
Control to match record on = ID
Main form = frmMain
Subform = frmMainSub
Control to match record on = SubID
I hope you can help!
Regards,
Lee
I have a Search form where you can double-click on a
returned record to 'jump' to a specific record within
another form (that's always open).
My problem is that I can jump to the overall record that is
on the main form but I'd really like to be able to jump to
a specific record within a Subform. I've tried various
syntax to get this to work without success.
Supposing the forms/controls have the following names, can
you advise how I should refer to the record within the
Subform?
Search form = frmSearch
Control to match record on = ID
Main form = frmMain
Subform = frmMainSub
Control to match record on = SubID
I hope you can help!
Regards,
Lee