A
Allie
When a record is added to a datasheet(subform) if a
particular criteria is met, 5 fields are added to a
different table (tableB). I am using the recordset Addnew
method to add these fields to the new table.
If any of these records are later changed, I would like to
make the changes in TableB. I am using the recordset
Edit method.
Problem - instead of editing the existing record, a second
record is added to TableB. I have use the edit method
with the seek and find methods and can not get the desired
result.
Please help
Thanks
particular criteria is met, 5 fields are added to a
different table (tableB). I am using the recordset Addnew
method to add these fields to the new table.
If any of these records are later changed, I would like to
make the changes in TableB. I am using the recordset
Edit method.
Problem - instead of editing the existing record, a second
record is added to TableB. I have use the edit method
with the seek and find methods and can not get the desired
result.
Please help
Thanks