Archive

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 2000 how do I archive records? Is there a way to archive and keep
records searchable.
 
Anna said:
In Access 2000 how do I archive records? Is there a way to archive and keep
records searchable.

Create a new yes/no column on the table and name it Inactive. If the
record's Inactive column is checked, it's archived. If it's not checked,
it's active. You can change existing queries to use the Inactive column to
display only active records.
 
Yes, add a Yes/No field named Archived.

In your queries use criteria of 0 ( zero ) to pull current records.
 

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

Back
Top