Hi AccessAce,
Thank you very much for the solutions. I tried it, it works fine for the "add" and "delete". I just changed a little bit of the SQL:
SELECT Table1.ID, table1.Name, table1.Address,table1.age,"Delete" as Action
FROM Table2 RIGHT JOIN Table1 ON...