Sorry for being so dense on this but i can't find any way to do this.
There is no UpDateRec.Item.count or anything like that, that i can find?
SQL = "DELETE from EMail WHERE ID = " & GetID
cnString = New OleDbConnection("Provider=MicroSoft.Jet.OLEDB.4.0; Data
source= C:\MyData.mdb")
Dim UpDateRec As New OleDbCommand(SQL, cnString)
UpDateRec.Connection.Open()
UpDateRec.ExecuteNonQuery()
(i need something here to check records effected)
cnString.Close()