Office中国论坛/Access中国论坛

标题: 請教各位先進 查詢語法的問題 [打印本页]

作者: wangling    时间: 2015-1-23 01:30
标题: 請教各位先進 查詢語法的問題
'////●求某記錄集筆數
ChkSelectInteger = 0
ChkSelectInteger = DCount("識別碼", "Accounting_Invoice", "傳票碼 Like " & Chr(39) & ChkFormInvoiceCodeNumberData & Chr(39))

'////●不同筆數之運算方法
If ChkSelectInteger = 0 Then '////沒有記錄集之動作
    '////不動作
ElseIf ChkSelectInteger <= 8 Then '////8(含)筆以下記錄集之動作
    '////執行A動作
ElseIf ChkSelectInteger 【】 Then '////9筆-16筆記錄集之動作
    '////執行B動作
ElseIf ChkSelectInteger 【】 Then '////17筆-24筆記錄集之動作
    '////執行C動作
Else
    '////執行D動作
End If

'////●小弟問的是【】中要下什麼條件式語法
作者: tmtony    时间: 2015-1-23 10:48
ChkSelectInteger >9 and ChkSelectInteger  <16
作者: tmtony    时间: 2015-1-23 10:48
另没试过有否用 between and




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3