Okay. I have 2 databases. One is password protected and is saved .mdb for my use only. The other is for all to use saved as .mde. There are forms .mde linked to tables in .mdb. I want it so that someone goes into .mde enters form info close database. That info flows to .mdb and stays. Next user opens .mde and form is blank they enter info, close out and again that new info flows to .mdb with 2 records now. So on and so on. Only time records are taken out of .mdb is when I do it with my password. So far i am linked but .mde shows each record previously entered and current user of .mbe could alter prior records. If I make a form that only allows a single entry (and does not show the rest) how do I design a form so that when the db is closed the infor flows out. I am a newbie with some classes. Thanks.