G
Guest
I have the following SQL string:
strSQL = "SELECT tblorderissues.iissueind " & _
"FROM tblorderissues " & _
"WHERE tblorderissues.iorderid = '" & Forms!frmorders!OOrderID & "'"
If it returns results, I want to perform one action. If there are no
results, I want to return another. How do I test to see if there are any
results?
Thanks, Judy
strSQL = "SELECT tblorderissues.iissueind " & _
"FROM tblorderissues " & _
"WHERE tblorderissues.iorderid = '" & Forms!frmorders!OOrderID & "'"
If it returns results, I want to perform one action. If there are no
results, I want to return another. How do I test to see if there are any
results?
Thanks, Judy