I am working on an Access 97 database to register students. I have created several forms. One for adding a new person and another for adding an existing person. The user wants to be able to do this at one time instead of using different forms. I have a combo box with a current list of students by SS#. The user keys in the SS# and on the after update event I check to see if there is a match. If there is no match, then I activate a new record and the user can enter the information. If there is a match, I activate a new record, automatically fill in the fields, and the save the record with the class information.
I have one problem. It seems to create a blank record every time. I have to go back to the table periodically and delete all the blanks. It is also very slow. Any suggestions??? Can I do something different that will not add a blank and speed up the process?
Thanks,
Deborah