Can anyone tell me where my error is I can't seem to find it..
Thanks,
Penguin
Code Snippet
"UPDATE AddressEntry SET Cell = \'" + txtCell.Text + "\', Home = \'" + txtHome.Text + "\', Work = \'" + txtWork.Text + "\', Name = \'" + txtName.Text + "\', Address = \'" + txtAddress.Text + "\', City = \'" + txtCity.Text + "\', State = \'" + txtState.Text + "\', Zip = \'" + txtZip.Text + "\', E_mail = \'" + txtEmail.Text + "\' WHERE ID = \'" + entry.EntryID + "\'";