How do I add a column to a table with a query?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a master table that I import my data into. Then I have to Delete
certain data rows with a Delete Query. Then, I have to bring back the rows I
deleted (From another table with more accurate data) along with a few columns
that the original table does not currently have. How do I easily add those
new columns to my original table?

Also,
I need to keep the original table in the unmodifed format so that when I
import the new data, it will match... correct? So, I'm making a copy of the
table after I update with new data so I can make my deletions and additions.
Would you suggest doing something different?
 
Thank you so much!!! It worked great! --- I have so much to learn.... not
enough time! - Happyd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top