append queries

J

johnny b.

I am a newbie to access and I would like someone to
explain how an append query works, and what some of the
typical uses are. I would also like to know the general
procedure for running an append query.

thanx
j
 
P

Peter

An append query simply adds records to the end of an
existing table. Lets say you have a database of all books
which is periodically updated and that you wish to decant
only specific types of books into an existing table. You
would then use an append query to select the books based
on your criteria to add to the table you already have.
Best way to learn is to do it. Open a new append query and
follow the wizard.

Good luck.
 

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