append query

G

Guest

I have an append query that im using to send records to a table. Everytime i add new records and append them it keeps putting in the other records that i already added. Is there a way to clear the append query before i add the new records and if so how do i do it. Im just learning and there is so much to learn. Thank you
 
D

Dan Artuso

Hi Jenny,
You'll have to post a bit more info for someone to help out.
Every saved query that you have is really just a SQL statement.
With your query in design view, go to the View menu and select: SQL View
This will now show you the SQL statement that is really your query.

Post that statement here and we'll go from there.


--
HTH
Dan Artuso, Access MVP


Jenny Calhoun said:
I have an append query that im using to send records to a table. Everytime i add new records and append them it keeps putting in
the other records that i already added. Is there a way to clear the append query before i add the new records and if so how do i do
it. Im just learning and there is so much to learn. Thank you
 
S

Steve Schapel

Jenny,

Can you please post back with more details of the data, what your append
query looks like (go to View|SQL menu and copy/paste the query SQL into
your post would be ideal), and maybe some examples of what you want, and
how what you are getting is different from what you want.
 

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