here's my code:
strSQL4 = "Select * From Transaction Where Barcode='" & Me.TxtCode & "' And EntryDate=#" & Me.ccDate & "# And TimeOut!=NULL"
I got error when I tried to add the "And TimeOut!=NULL" anyone can help? thanks in advance!
strSQL4 = "Select * From Transaction Where Barcode='" & Me.TxtCode & "' And EntryDate=#" & Me.ccDate & "# And TimeOut!=NULL"
I got error when I tried to add the "And TimeOut!=NULL" anyone can help? thanks in advance!