找不到变量,字段变量 表已打开
借阅图书小系统,我是想判断文本框tetx1 和tetx2输入值,不要与借阅表中主键(tsbh,bh,jsbz)[图书编号,读者编号,及借书标志(借出/还回)]重复!locate all for tsbh=alltrim(thisform.text1.value) and bh=alltrim(thisform.text2.value) and jsbz='借出'
IF found()
messagebox("编号重复",0+48+0,"提示")
thisform.text1.value=""
thisform.text12.value=""
ELSE 。。。
在运行表单时候,老是提醒找不到变量‘JSBZ’请求帮助,万分感谢!