form won't update!

R

Rabbit

Help!

I have a form with several subforms, all linked by one field (PK in the main
form). I added a command button to the main form to "Go to Next Record". When
I click this, a couple of the subforms don't advance to a new record, and I
can't figure out why!

Thanks for any help
Christine
 
D

Dirk Goldgar

Rabbit said:
Help!

I have a form with several subforms, all linked by one field (PK in
the main form). I added a command button to the main form to "Go to
Next Record". When I click this, a couple of the subforms don't
advance to a new record, and I can't figure out why!

Do you mean, the subforms don't chage to show the records that are
related to the new record on the main form? That sounds like the Link
Master Fields and Link Child Fields properties for those subforms aren't
set right. Have you checked them?
 
R

Ron2005

If the subforms are not linked via master-child relationships then you
need to do a requery on the subforms.
 
Top