Hi list,
After creating a rs with UNION ALL two tables it's possible know record by
record the original table source (using any extra SQL feature or something
else)
SQL = "SELECT * FROM tabA UNION ALL SELECT * FROM tabB ORDER BY field"
Set rs = db.OpenRecordset(SQL)
Thanks
Fernando