if (rs.fields("wl")<>"") and (rs.fields("gl")<>"") and (rs.fields("bc")="") then
xj1=csng(rs.fields("wl"))+csng(rs.fields("gl"))
end if
这句话为什么不执行?是不是语法有错误?
...全文
65回复打赏收藏
大家帮忙看看,很急的问题!!送上50分
xj1=0 if (rs.fields("wl")"") and (rs.fields("gl")"") and (rs.fields("bc")="") then xj1=csng(rs.fields("wl"))+csng(rs.fields("gl")) end if 这句话为什么不执行?是不是语法有错误?