G
Guest
The paste works, but the data doesn't commit until some sort of action is
taken - I don't know exactly what type of action commits the data, but a
"remove filter" will do it.
When the data commits, it "falls" out of view, and the subform returns to an
"empty" waiting to add a record state. I suspect this is because there are
no master/child links.
The query behind the subform is CUSTOMERS table (PK autonumber) and a
sub-class SPOUSE table (FK, no PK) with a one-to-one relationship.
The subform has no master/child links because the user will be pasting in
new customers, not data related to a specific customer.
Can anyone explain what I'm seeing here? and how do I get the data to
commit immediately after the paste?
Thanks.
David Mueller
taken - I don't know exactly what type of action commits the data, but a
"remove filter" will do it.
When the data commits, it "falls" out of view, and the subform returns to an
"empty" waiting to add a record state. I suspect this is because there are
no master/child links.
The query behind the subform is CUSTOMERS table (PK autonumber) and a
sub-class SPOUSE table (FK, no PK) with a one-to-one relationship.
The subform has no master/child links because the user will be pasting in
new customers, not data related to a specific customer.
Can anyone explain what I'm seeing here? and how do I get the data to
commit immediately after the paste?
Thanks.
David Mueller