缺少操作数
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
我制作一个修改密码的表单。怎么回事呢?按照书上打的。