bonzovt
10-14-2004, 01:15 PM
I am trying to select data from a table and dump it into another. My problem is that every time I run the Select Into query, it overwrites all the old data in that other table. I want to be able to Select Into a table and ADD the info to the other table rather than having it overwrite the whole table each time.
For example, if my database is used everyday, I want some of that day's info dumped into another table that stores up to 3 days worth of old info. Is there a way to do this?
For example, if my database is used everyday, I want some of that day's info dumped into another table that stores up to 3 days worth of old info. Is there a way to do this?