Hi,
I have two tables table1 and table2, they have identical fields, but the data is different. I want to select 1 record each from table1 and table2 using two separate criteria (criteria for table1 is different than criteria for table2). After selecting those two records, I want to be able to concatenate them together so the fields from table1 come first, followed by the fields of table2. Then, that one record will be inserted into another big table. Can anyone help me with it?
thanks
I have two tables table1 and table2, they have identical fields, but the data is different. I want to select 1 record each from table1 and table2 using two separate criteria (criteria for table1 is different than criteria for table2). After selecting those two records, I want to be able to concatenate them together so the fields from table1 come first, followed by the fields of table2. Then, that one record will be inserted into another big table. Can anyone help me with it?
thanks