C
CD Tom
I have data in a table, I'm using a combo box to select the individual I want
to enter or edit data in the sub form table. Each record in the subform
table as a unique id number, when I select that IDnumber from the combo box
on the master form the subform doesn't show the data that is already entered.
I checked the links between the master form and the subform and they are on
the IdNumber. I've tried to requery the subform in the AfterUpdate event of
the combo box but still don't get the record I want.
Hopefully this makes sense and someone has an answer.
Thanks
to enter or edit data in the sub form table. Each record in the subform
table as a unique id number, when I select that IDnumber from the combo box
on the master form the subform doesn't show the data that is already entered.
I checked the links between the master form and the subform and they are on
the IdNumber. I've tried to requery the subform in the AfterUpdate event of
the combo box but still don't get the record I want.
Hopefully this makes sense and someone has an answer.
Thanks