Archiving of sorts...

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

Guest

Hello, when there is a record in our system that we're done with, we tick a
box on it called dead, we dont want it to get deleted but how would i go
about designing it so that when the dead button is clicked it moves the
record into a 'dead' archive just to keep it seperate from any current
jobs.., thanks, WK
 
bilbo+ said:
Hello, when there is a record in our system that we're done with, we tick a
box on it called dead, we dont want it to get deleted but how would i go
about designing it so that when the dead button is clicked it moves the
record into a 'dead' archive just to keep it seperate from any current
jobs.., thanks, WK

It would be better to just set up your queries to filter those out and leave
them in the same table.
As long as you index that field it will be just as fast as removing them from
the table.
 

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

Outlook Deleting folders in Outlook and Outlook Archive 1
Archiving Notes 4
Word batch combine of word docs .. 17
Create Archive Database 2
sharing email archives 6
Archive Function 4
Using a Form to Archive Old Data 2
Change Sort Order Combo Box 2

Back
Top