I have following lines in VBA Access, but I receive Syntax Error by FindFirst and I don't understand why.
criteria = "[HolidayDate] = " & "#" & myDate & "#"
rst.FindFirst (criteria)
If rst.NoMatch Then
count = count + 1
End If
I have following lines in VBA Access, but I receive Syntax Error by FindFirst and I don't understand why.
criteria = "[HolidayDate] = " & "#" & myDate & "#"
rst.FindFirst (criteria)
If rst.NoMatch Then
count = count + 1
End If
Copyright © 2021 Jogjafile Inc.