G
Guest
I want to copy data from one table and insert it into another table in the
same database. An Append Query would be perfect except, I need to be able to
run the query and adjust the parameters until I narrow down my search and
have only the correct transactions. In other words, I don't want to actually
move the data until I've had a chance to review and make changes first.
I'm thinking something along the lines of Query 1 being the query I use to
find the record(s) I'm looking for and Query 2 (preferably linked to the
first so I don't have to adjust the information) being the append query that
adds the information.
Or second senario, a macro that appends that information only when I've used
the query to narrow down to the records I need.
I've used Append Querys and recorded a few macros, but I'm not that familiar
with either. In the long run, which would be better? In the short run, how
do I set something like that up?
same database. An Append Query would be perfect except, I need to be able to
run the query and adjust the parameters until I narrow down my search and
have only the correct transactions. In other words, I don't want to actually
move the data until I've had a chance to review and make changes first.
I'm thinking something along the lines of Query 1 being the query I use to
find the record(s) I'm looking for and Query 2 (preferably linked to the
first so I don't have to adjust the information) being the append query that
adds the information.
Or second senario, a macro that appends that information only when I've used
the query to narrow down to the records I need.
I've used Append Querys and recorded a few macros, but I'm not that familiar
with either. In the long run, which would be better? In the short run, how
do I set something like that up?