J
Julie
I have a back-end with three tables. Two tables are
children to the third table - i.e. they are linked with
referential integrity.
Data is inserted in the front-end through VBA. First a
record is inserted in the parent table, then the records
are inserted in the two child-tables with the same key as
just "issued" (with autonumber) in the parent table.
It works well.
Then I just compacted the back-end - and suddenly my code
breaks at the point where I want to insert the key in one
of the child tables....
What is wrong?
children to the third table - i.e. they are linked with
referential integrity.
Data is inserted in the front-end through VBA. First a
record is inserted in the parent table, then the records
are inserted in the two child-tables with the same key as
just "issued" (with autonumber) in the parent table.
It works well.
Then I just compacted the back-end - and suddenly my code
breaks at the point where I want to insert the key in one
of the child tables....
What is wrong?