0
4

1 回答 1

0

dcount的Instade我将使用DLookup

DLookup("FieldName" , "TableName" , "Criteria= #date#")

但是要使用您的代码,您必须这样做:

If DCount("Date", "ScadaHourly", "Date = " & CDATE(date1)) > 0   Then
 MsgBox "User Name Found!"
  Else
MsgBox "User Name Not Found!"
End If
于 2013-10-15T21:46:47.907 回答