Inactive Record

  • Thread starter Thread starter Raul
  • Start date Start date
R

Raul

How do I make a record inactive while preserving that record? I don't want
to delete it because I want to maintain past activities i.e. previous
attendance to meetings
 
The easiest way I can think of is to simply add a "yes/no" (or "true/false")
field on the table, with a name like ActiveRecrd. That way when you make
your queries/forms/reports, you have a way of parsing the "active" records &
the "inactive" records.

Any help?
Zach
 
Back
Top