subform sync'ing

S

Simon May

I have designed a form to allow (specialised) entry of
arecord to a table. I have also included the table (as
subform datasheet) on this form so that the user can
see/work with the whole table if needed. As I don't want
the "subform" filtered I have left it unlinked and I
requery it using the parent's oncurrent event.

Is there anyway change/update the currentrecord on the
subform to reflect the same currentrecord on the parent?

Simon.
 
Top