K
kcon
I need to create an append query to archive a block of records. The goals for
this record archive are:
1.) To get them out of the main database (done by a delete query later after
append?)
2.) To have them accessible and available to be referenced at a later date.
I have a major issue. Do append queries have to be run ONLY on tables? The
listing of records to be archived in question was created from a query AND a
table. Is it possible to run an append query in this scenario?
Another question: Do I create a blank table with all of the values to accept
the appended records? how is this done?
For the listing I made, the query categories were: Category Name, First
Name, last Name, Category Abbreviation and Status. Table categories were:
Elder Category, Category Abbreviation and Appearance Order. I ran these two
together as a query. To make the list, the record had to have a status of
'inactive' and a category abbreviation of one of two values.
I am using MS Access 2003. I am not an Access or SQL expert by any means. I
am teaching myself through help screens and various internet forums. Any help
would be greatly appreciated!
this record archive are:
1.) To get them out of the main database (done by a delete query later after
append?)
2.) To have them accessible and available to be referenced at a later date.
I have a major issue. Do append queries have to be run ONLY on tables? The
listing of records to be archived in question was created from a query AND a
table. Is it possible to run an append query in this scenario?
Another question: Do I create a blank table with all of the values to accept
the appended records? how is this done?
For the listing I made, the query categories were: Category Name, First
Name, last Name, Category Abbreviation and Status. Table categories were:
Elder Category, Category Abbreviation and Appearance Order. I ran these two
together as a query. To make the list, the record had to have a status of
'inactive' and a category abbreviation of one of two values.
I am using MS Access 2003. I am not an Access or SQL expert by any means. I
am teaching myself through help screens and various internet forums. Any help
would be greatly appreciated!