T
Teed
Guest
I have what seems like a very basic database begun for keeping track of clients for a social service non profit. I have set up a client form and set the client number to be unique and automatically assigned. One of the fields is for a social security number which of course is unique. What I would like to be able to do is when I go to a new record and enter an social security number that already exists in the database to be taken to that existing client's record rather than continuing in the new record. There must be a way for me to do this without doing a query to find this out. I hope I am making some sense. Can anyone help?