I'm looking to add an IF statement and not sure how to go about it. I have a form, [frmEmployees]. I need it to open another form [frmEmergencyContact]. However, I need it to open the form to a new entry if there isn't already one there. If there is already a record for that employee, I need it to open the form for that employee. The primary key is [EmployeesID]. I'm not sure how to do it.