Hi,
ok first ill try and explain what I have done.
I have a main form which consists of some updatable fields to existing records in my database.
To scroll through these current records I have a subform in continuous form format. Upon clicking the record selector located on the side of the table the information on the main table will syncronize with the info shown on the subform using this command on the subforms click()
DoCmd.GoToRecord acDataForm, "escalationlist", acGoTo, Me.CurrentRecord
now this works fine.
My problem is, when inserting the mainform/subform onto another form, the two are no longer syncronized.
does anyone know how to solve this problem.
thx
ok first ill try and explain what I have done.
I have a main form which consists of some updatable fields to existing records in my database.
To scroll through these current records I have a subform in continuous form format. Upon clicking the record selector located on the side of the table the information on the main table will syncronize with the info shown on the subform using this command on the subforms click()
DoCmd.GoToRecord acDataForm, "escalationlist", acGoTo, Me.CurrentRecord
now this works fine.
My problem is, when inserting the mainform/subform onto another form, the two are no longer syncronized.
does anyone know how to solve this problem.
thx