删除问题,删除的数据不正确
我想删除当前记录,但是运行结果是他自动删除了目前记录号为1的记录,代码如下use 用户表 exclusive
nhere=recno()
go nhere
mb=messagebox("确定要删除吗?",1+64,"提示")
if mb==1
delete
pack
thisform.label11.init
if not eof()
skip 1
endif
if eof()
go bottom
endif
thisform.refresh
endif
thisform.refresh