Move record to other table

H

Hassan

hi everybody...

i'm a new user in access. i'm trying to make an data entry program. in this
database there is a table named 'active vehicle". i've put one field removal
date to
the form for unactive. when i there is any data in that field then that
record should move to other table "Removal", is
there any way to do that? i'm waiting for your helps.

thanks in advance.
 
A

Allen Browne

The easy way to do this is to add a yes/no field to your table. Name the
field (say) Inactive. When a vehicle becomes inactive, check the box.

It's very easy to create a query that returns only the active vehicles, and
use it anywhere you currently use your table.

If you really want to move the inactive vehicles into a different table,
here's how to do it safely:
Archive: Move records to another table
at:
http://allenbrowne.com/ser-37.html
 

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