Hi,
I have two tables, a and b both tables are having a primary key.
How do I add data records from tableA into tableB if the primary doesnt exist.
I used the query builder to list all records in tableA without an existing record in tableB.
But I found no way to the data from query1 to create a query to copy these records in tableB.
Any idea?