I want to use Exists between two resident table. Actually I have two tables with same fields in it.
Table1, Table2 & I want to add the rows of Table2 to Table1 based on a single field value present in Table 1. I wish to use a statement like this Join (Table1) Load Field...... from Table2 Where exists(Field1, Load Field1 from Table1);
I really don't know how to do that. Could anyone tell me that. Thanks in advance