Hey all,
I thought I had this problem solved but I ran into more problems. I would like to use the database attached to create a log of all the cards I issue out. The problem I run across is when a person quits I want to be able to delete them out of the database, but have their record of the card they were issued remain. I can have the Social remain but would really like to have the social and last name among other things. I tried to append to a table using a append query and make a history table, but it tends to double on records every time I run the query and sometimes just does not append any records. Thanks for any help.
I thought I had this problem solved but I ran into more problems. I would like to use the database attached to create a log of all the cards I issue out. The problem I run across is when a person quits I want to be able to delete them out of the database, but have their record of the card they were issued remain. I can have the Social remain but would really like to have the social and last name among other things. I tried to append to a table using a append query and make a history table, but it tends to double on records every time I run the query and sometimes just does not append any records. Thanks for any help.