making a History Table for Access

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

Guest

I have a database used for work holding inmate information- once an inmate
releases I would like to have a table to send those files to without
completely deleting them. How do I do this? I am having trouble with
make-table query.
I also want the option to retrieve them back to current if the inmate comes
back.
 
There shouldn't be any need for an extra table. Merely add a field to your
current table that designates whether or not an inmate is "current" or
"released." Then, you can easily change that back if the inmate in
reincarcerated.
 

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

Similar Threads

Two one to many's on one table 1
number keeps getting changed 2
Forms design 1
Report Programming ? 7
Subform Dilemma 2
Find Highest File Name 5
Subform Nightmare.. 6
Using Several workbooks.... 1

Back
Top