How can I do that
My delete code is
rs.Open "select * from Emp where EID=" & x & "", db, adOpenDynamic, adLockOptimistic rs.Delete rs.Update rs.Close
As example
if I have IDs : (1,2,3,4,5,6)
when I delete record whose ID = 2
it should look like (1,2,3,4,5)
but what happens is (1,3,4,5,6)
This post has been edited by Ahmedn1: 08 March 2010 - 10:58 AM

New Topic/Question
Reply




MultiQuote




|