I have two seperate queries each comming from seperate tables. The queries and tables have identical structure. One is used for archived data and the other for open projects.
How can I run a query (or VBA SQL statement) that will, in essence, append the open projects to the end of the archived data. No project will exist in both tables so a relationship gets wierd.
I could build a temp table but I'm trying to avoid that which end any normalization.
Thank you in advance for any help,
How can I run a query (or VBA SQL statement) that will, in essence, append the open projects to the end of the archived data. No project will exist in both tables so a relationship gets wierd.
I could build a temp table but I'm trying to avoid that which end any normalization.
Thank you in advance for any help,