Hi eveyrone:
I have this Select statement that is giving me an error
"missing ).], or item in query expression"
Here is the statement:
Set rs = db.Execute("SELECT * " & " FROM DraftDetails WHERE DraftDetails.[Player] IN (SELECT Players.[Index]" & " from Players where Players.[FirstName] = " & strFN & " and Players.[LastName] = " & strLN)
Can someone tell me what is wrong with this statement???
I am going crossed eyed!!
MichHart " Never regret yesterday because it cannot be changed;
Instead make sure today does not become a regret of tomorrow."
I have this Select statement that is giving me an error
"missing ).], or item in query expression"
Here is the statement:
Set rs = db.Execute("SELECT * " & " FROM DraftDetails WHERE DraftDetails.[Player] IN (SELECT Players.[Index]" & " from Players where Players.[FirstName] = " & strFN & " and Players.[LastName] = " & strLN)
Can someone tell me what is wrong with this statement???
I am going crossed eyed!!
MichHart " Never regret yesterday because it cannot be changed;
Instead make sure today does not become a regret of tomorrow."