Hi, I am receiving the error with the code below, thank you for your assistance
Compile Error: Argument not optional
Code:Private Sub Form_BeforeUpdate(Cancel As Integer) If Me![FirstName].Value = Tariq Then MsgBox ''Tariq already exists'' Cancel = True End If End Sub