The error reads Error near “*”. Here is the code it is trying to execute:
CN.Execute (“DELETE * FROM tblEmpl WHERE FullName = ‘” + txtLastName.Text + “, ” + txtFirstName.Text + “‘”)
I replaced the & with +’s, which I knew SQL Server was particular about. What is up with the * ?