Re: Parent Child Transaction
How are you deleting the records from the Child Table ?, I had the same problem as I was using code to delete records from the child table and then from master.
I resolved it my setting up the one to many relationship in access and the cascade delete related records. then I only had to delete the record from the master table and Access did the rest.
Re: Parent Child Transaction
I was able to delete my records but then while going to the other record the child recordset was giving a problem. Anyway the problem is already solved.