odin1701
07-30-2007, 12:48 PM
I have 2 tables which store information. One is a main table, and the other is an archive table. They store exactly the same information - i.e. the structure is the same. There is a checkbox in the main table and when users are done with an item they check that and it is moved to the archive table.
I need to generate a query which will treat those two tables as one table.
For example I need reporting by date for how many items received. I can do this for each table sperately but not together, at least not how I want to.
I need the results of the query to have the date in one column and category in another column and count of how many items in another column. But for both tables at once.
Is this possible? Am I being clear enough? TIA!
I need to generate a query which will treat those two tables as one table.
For example I need reporting by date for how many items received. I can do this for each table sperately but not together, at least not how I want to.
I need the results of the query to have the date in one column and category in another column and count of how many items in another column. But for both tables at once.
Is this possible? Am I being clear enough? TIA!