D
Dawn
When a record is added to a form a few of the fields are
added to a different table (table2) if a particular
criteria is met.
To add the fields to table2 I am using a recordset and the
AddNew method. If the record is deleted, referential
integrity is enforced (cascade delete).
The problem is when the value of one of those fields is
changed -the result is another record is added to table 2.
I've tried using the recordset and the edit method but the
extra record is still added.
How do I correct this?
Thanks for you help
added to a different table (table2) if a particular
criteria is met.
To add the fields to table2 I am using a recordset and the
AddNew method. If the record is deleted, referential
integrity is enforced (cascade delete).
The problem is when the value of one of those fields is
changed -the result is another record is added to table 2.
I've tried using the recordset and the edit method but the
extra record is still added.
How do I correct this?
Thanks for you help