hey im trying to find in a db table a columns with a couple of criterias.. but does the find command allow more than one of them?
here's my code..
Code:
With rs_route
.Find ("stuid='" & stuid.Text & "' And bookid='" & bookid.Text & "' AND issuedate='" & dtp.Value & "'")
If .EOF = True Then
.AddNew
how do i get this working