If I write ex:
select * from table1
select * from table2
Then I go to the result grid to update the second table,
it seems to update the 2 resultsets.
Not sure of the bug but I have an empty table on the
first recordset requiring a primary key so it gives me the
error it cannot update because there's no primary key in
the first table (even if I modify the second one only).