M
markv53
I have an unbound form with a combo box and a subform on
it. I use the combo box to select a customer and the
subform displays all customer order information. I have
it linked correctly with one small glitch.
When I select a customer with 10 orders all 10 orders show
properly in the subform. When I now select a new customer
with only 5 orders, the 5 orders show correctly but the
record pointer is at record #6. The record pointer is
trying to point to record #10 (the previous selection) but
since there are only 5 it moves to the new entry (blank)
record at the end of the data set (#6).
How can I force the subform to always show record #1 as I
make new selections in combobox regardless of how many
records are in the subform?
Thanks for any help
Mark
it. I use the combo box to select a customer and the
subform displays all customer order information. I have
it linked correctly with one small glitch.
When I select a customer with 10 orders all 10 orders show
properly in the subform. When I now select a new customer
with only 5 orders, the 5 orders show correctly but the
record pointer is at record #6. The record pointer is
trying to point to record #10 (the previous selection) but
since there are only 5 it moves to the new entry (blank)
record at the end of the data set (#6).
How can I force the subform to always show record #1 as I
make new selections in combobox regardless of how many
records are in the subform?
Thanks for any help
Mark