transferring data

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

Guest

I have a membership database and would like to be able to click a button to
delete the record but rather than loosing the record have all the information
moved to an ex - members database

Is this possible
 
It's possible, but unless you have hundreds of thousands of members it's
much, much simpler just to leave the ex-members where they are, and base
your form(s) on queries that exclude them.

Depending on how you are set up, you may need to add a yes/no field to
show whether members are "current" or "ex" - or maybe you are already
storing an expiry date or something.
 
Back
Top