密码更改。。求改错
SELECT operatorLOCATE for alltrim(operator.操作员代号)==alltrim(thisform.text4.value)
IF found()and alltrim(thisform.text1.value)=alltrim(operator.口令)
IF thisform.text2.value==thisform.text3.value
REPLACE operator.口令 with thisform.text2.value
MESSAGEBOX("恭喜恭喜,口令设置成功啦o(∩_∩)o 哈哈!")
ELSE
MESSAGEBOX("口令不一致哦!")
thisform.text2.setfocus()
ENDIF
ELSE
MESSAGEBOX("啊哦,原口令错误o(︶︿︶)o 唉")
thisform.text1.setfocus()
ENDIF
为什么。。每次改密码都提示啊哦,原口令错误o(︶︿︶)o 唉
是不是哪里又编写错误了?
[ 本帖最后由 qq344727892 于 2013-6-5 22:04 编辑 ]