I'm using the Intrinsic Data Control to connect to an Access2000 db and everything works perfectly...except! I can't figure out how to delete the current record.

Data1.Recordset.Delete deletes the 1st record no matter what!

A delete query does delete the selected record but then copies the deleted record into the 1st record!

What am I doing wrong?