OK, I've looked at your tables. Here's how to do what I think you want.
Create a query, called BaseQuery, with the following SQL:
SELECT [Client Information].ID, [Client Information].Previous_ID, [Child Information].Previous_ParentID, [Child Information].[New _ParentID]
FROM [Client...