数据类型 变量用法
文本:strsql = ... where fldName = '" & 变量 & "' 或在平台中用 fldName = " & Sqltext(变量)
数值:strsql = ... where fldName = " & 变量 或 fldName = " & Nz(变量)
日期:strsql = ... where fldName = #" & 变量 & "# 或平台中用 fldName = " & SqlDate(变量)
文本:strsql = ... where fldName = '" & 变量 & "' 或在平台中用 fldName = " & Sqltext(变量)
数值:strsql = ... where fldName = " & 变量 或 fldName = " & Nz(变量)
日期:strsql = ... where fldName = #" & 变量 & "# 或平台中用 fldName = " & SqlDate(变量)