您的位置:首页 > 其它

Microsoft ODBC MS Access Driver - Undefined function 'NZ' in expression

2013-10-30 10:34 483 查看
 Microsoft ODBC MS Access Driver - Undefined function 'NZ' in expression.
thank you, it worked!
Quote:
> ODBC doesn't allow all functions, and I believe NZ is one of the ones it

> doesn't allow.
> Try IIf(IsNull([MyField], 0, [MyField]) instead of Nz([MyField], 0)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐