Hi I am new to SQL programming and I am trying to learn the language. Someone gave me some code to use that had to be modified but I need to understand what the code is doing could someone break it down for me.
What does the '" stand for and why all the brackets
strSQL = AddWhere(strSQL, "[CareCoordinators]='" & session("UserID") & "'")
Thank you for any help
What does the '" stand for and why all the brackets
strSQL = AddWhere(strSQL, "[CareCoordinators]='" & session("UserID") & "'")
Thank you for any help