I have a large database with two distinct tables, one is for live orders and the other for archived orders. The first called TblOrder and the second called TblArchivedOrders. The field names in both tables are identical i.e OrderNumber, Customer, Product. I wish to write a query that will search through both tables and return any matching entries from either query. For example i would like to search for a customer called ABC Ltd and have it return any entries from TblOrders and TblArchivedOrders.
I do not know how to do this, please help
I do not know how to do this, please help