I have a database and there are about 10 different forms the user goes through to enter information. Right now I have command buttons on each form that the user clicks on to go to another form - and whatever record they are on in the first form - it finds it on the other form. The code also has it close the previous form they were on. The problem is that every time I have to add a new form or delete a form - I have to change the command buttons on 9 forms. I tried just using a toolbar with all of the forms on it but I don't know how to find the same record and close the previous form they were on. There must be a simple way to do this. Help please! Thanks!