D
DaNick
I have a simple subform that has a field that is linked to the main form’s field. I use a combo box in the main form that filters records in the subform that match. All seems to work except when I close the main form.
Say I am looking at a record “A” in the main form’s combo box which has two corresponding records shown in the subform as “Apple” and “Apricot”
Then I use the combo to select record “B” in the main form which then filters the subform to show records “Banana” and “Berry”. All is good.
But if I now close the main form, record “Apple” somehow gets modified to “Banana” I think that the reason this is happening is that no matterwhat record I pick in the combo box, the main form always seems to stay onRecord 1. Unless I use the navigation buttons to go to the record.
Anyone know how to fix this so that the main form no only filters the subform, but also navigates to that record in the main table as well?
Thanks
Say I am looking at a record “A” in the main form’s combo box which has two corresponding records shown in the subform as “Apple” and “Apricot”
Then I use the combo to select record “B” in the main form which then filters the subform to show records “Banana” and “Berry”. All is good.
But if I now close the main form, record “Apple” somehow gets modified to “Banana” I think that the reason this is happening is that no matterwhat record I pick in the combo box, the main form always seems to stay onRecord 1. Unless I use the navigation buttons to go to the record.
Anyone know how to fix this so that the main form no only filters the subform, but also navigates to that record in the main table as well?
Thanks