主题:请教 IIF() 的使用问题!
请教 IIF() 的使用问题!
thisform.text19.Value = iff(thisform.text10.Value = 0,0,thisform.text18.Value/thisform.text10.Value)
提示错误!
上述的意思是:
如果thisform.text10.Value 的值为零,thisform.text19.Value值就为零,
其他为thisform.text18.Value/thisform.text10.Value的值
thisform.text19.Value = iff(thisform.text10.Value = 0,0,thisform.text18.Value/thisform.text10.Value)
提示错误!
上述的意思是:
如果thisform.text10.Value 的值为零,thisform.text19.Value值就为零,
其他为thisform.text18.Value/thisform.text10.Value的值