Archive record

M

Martin

Is there a way to archive a record from a form? For
example, I have a form that keeps track of users who
forgot their passwords, what I would like to happen is to
come up with some kind of command button that removes any
record I'm in and places it in a seperate table from my
main table, is this possible?
 
D

Dan Artuso

Hi,
The usual way to do this is to have an 'archive' field in the same table.
It's datatype would be boolean, so when you want to archive a record
you just that field to True.
The query that feeds your form would filter out those records where the flag is set.
 

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

Top