Append Querys?

D

David Miller

I am using a Pocket PC to collect data on the manufacturing
floor, importing that data into an Access Data Table. I
clear the information out of my Pocket PV on a daily basis
and want to accumalate the data in the table that I have
set up.

I have setup 2 tables. The first table I use to upload
from my Pocket PC and the second one I want to store as
history.

I have set up an "APPEND" query with the intent to save the
new information in an archieve (history) table. When I run
the query to transfer the information into the history
table, it also adds the information to my transfer table.
Any suggestions ?
 
J

John Vinson

I have set up an "APPEND" query with the intent to save the
new information in an archieve (history) table. When I run
the query to transfer the information into the history
table, it also adds the information to my transfer table.
Any suggestions ?

Post the SQL of the query. Something's odd - it should certainly not
be appending to two tables with one operation.
 

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

Top