T
Tony
I have 2 forms: A client entry form and a another form with an included
subform.
Both forms have common fields from the client table: clientid name and dob.
The subform has the fields clientid and attendance date.
I have no problem with the 2nd form with its subform as the clientid syncs
without any problem.
As it is opened by an event procedure from the client entry form with the VB
code: DoCmd.OpenForm "frm_client_dates", acNormal I would like it to go to
the current record in the client entry form to save people from doing a
search and from them putting data into the wrong record.
Thank you
subform.
Both forms have common fields from the client table: clientid name and dob.
The subform has the fields clientid and attendance date.
I have no problem with the 2nd form with its subform as the clientid syncs
without any problem.
As it is opened by an event procedure from the client entry form with the VB
code: DoCmd.OpenForm "frm_client_dates", acNormal I would like it to go to
the current record in the client entry form to save people from doing a
search and from them putting data into the wrong record.
Thank you