I have a table of clients with SSN as the key. I have set up a form to accept new clients. I would like to have this single form do data entry for new and edit for old. After entering the SSN i have the SSN looked up in the table to make sure it doesn't already exist. If it exists the code (at this time) doesn't allow me past the SSN field. I don't want to fill in the entire form only to find out the SSN already exists. If it does exist I would like it to move into edit mode if the user desired. How would be the best way to have this happen? Or would 2 sep forms be better; one for entry/one for edit? Thanks