J
Jay Oken
I have a form (fm_menu) with a subform (sf_subform). I have it set up so
that the subform opens with DataSource1. When the user double clicks on a
record in the subform I post the [Link_id] field value for the active
subform record to a field on the main form and then change the datasource
for the subform and refresh the subform. When the new record source opens I
want the subform to find the record for the [link_id]. What VBA code would I
use to do this or is there a different (more preferred) way to do this.
that the subform opens with DataSource1. When the user double clicks on a
record in the subform I post the [Link_id] field value for the active
subform record to a field on the main form and then change the datasource
for the subform and refresh the subform. When the new record source opens I
want the subform to find the record for the [link_id]. What VBA code would I
use to do this or is there a different (more preferred) way to do this.