quote:strSql = "select MEMBER_ID from FORUM_MEMBERS WHERE M_NAME = " & myPoints("commander") & "" set myCOMMANDER = my_Conn.Execute(strSql)
I verified that the variable for commander is present, but I get this error:
quote:Error Type: Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters. /BG/forums/Admin_Games_update_handler.asp, line 236
Write things down that you regularly have problems with in a notebook so you can refer back to them, I used to do that for years until things finally "stuck" in my head.