Yes, my apologies, here's a code correction:
strColorSQL = "SELECT red, green, blue " & _
"FROM tblColorPref " & _
"WHERE HeaderBox = " & """" & strColorName & """" & ";"
The four sequential quotes designate a " character in the string. Obviously, just placing a...