a=Trim(Thisform.txt教师编号.Value)
Locate For Alltrim(教师表.教师编号)=Alltrim(a)
If Eof()
Messagebox("没有找到指定的学号!")
Else
If Messagebox("确认要删除吗?",36,"系统提示!")=1
Dele
Messagebox("删除成功!")
a=Trim(Thisform.txt教师编号.Value)
Locate For Alltrim(教师表.教师编号)=Alltrim(a)
If Eof()
Messagebox("没有找到指定的学号!")
Else
If Messagebox("确认要删除吗?",36,"系统提示!")=1
DELETE
pack
Messagebox("删除成功!")