The Last Action Query
After you confirm that the archive data is complete,
without duplicates, the final step is to delete the old movies from
the movie table: tblMovieTItles.
First, you will write a SELECT query that selects
only archived movies. Test the query. Then, change the SELECT query
into a DELETE query.
Try it: Create a SELECT Query
Go to Create->Query Design.
Add table: tblMovieTitles.
Add fields to the grid: ID, Movie, Archived.
Archive Criteria: Yes
Run the Query: This query should select 208
movies.
Save the Query: ArchiveMovieDQ