I have two tables, one to track basic information (CompanyInfo) and one to track personal information (PersonalInfo). On the form is a field for an SSN. I am trying to set it up so that after entering in the SSN, it checks PersonalInfo to see if it already exists. If it does, drive on; if not, open up a form (NewAccount) to enter new information. Thank you in advance for the help.