Backboards: 
Posts: 150
In response to "try two consecutive apostrophes... it's called an escape character -- nm" by stewie

Tried that, here's my code.

SCstrFilter = SCstrFilter & " AND ([Player_Name] Like '*" & Me!cboPlayer & "*')"

I made it

SCstrFilter = SCstrFilter & " AND ([Player_Name] Like ''*" & Me!cboPlayer & "*'')" and still got the error.


Post a message   top
Replies are disabled on threads older than 7 days.