It is probably a mismatch in your Delete statement between AuthID and the DataKeys value. Check both of them and make sure the are the same, if not, convert one of them. Also, it would be good to use Try...Catch statements around your DB code. This will also help you view the error in a more detailed way.
Jim
|