C
Carla
Hello,
I am having a problem with a main form causing duplicates
in the underlying table.
I have a main form and a subform linked with CustID. THe
main form only has 1 combo box with a list of the CustId's
to choose from. Then the subform has all the order
informatin on it. So when I choose a CustId, instead of
just pulling up the id--the main table that runs the form
tries to add the CustId again. THerefore, I now have 2 of
the same CustID. So when I change to primary key, it
won't let me change the combo box at all, because the
table is trying to add another of the same CustID.
How can I keep this from happening?
THanks,
Carla
I am having a problem with a main form causing duplicates
in the underlying table.
I have a main form and a subform linked with CustID. THe
main form only has 1 combo box with a list of the CustId's
to choose from. Then the subform has all the order
informatin on it. So when I choose a CustId, instead of
just pulling up the id--the main table that runs the form
tries to add the CustId again. THerefore, I now have 2 of
the same CustID. So when I change to primary key, it
won't let me change the combo box at all, because the
table is trying to add another of the same CustID.
How can I keep this from happening?
THanks,
Carla