This appears to be an Access database issue, and not related to the ASP.Net code, although its hard to be definite about that.
You'd need to know exactly what SQL your data access layer is trying to execute, and then try and work out why that isn't working.
A google of the error "Could not delete from specified tables." reveals lots of issues with deleting from multiple tables, but I don't know how that would affect you.