Why I am not able to Edit recordset using following sql:
 strsql = "SELECT * FROM tblmaster where PrintPoolNo='" & ComboBox2.value & "' and QAPass is null and PolicyNo='" & txtPolNo & "'"
    rs.Open strsql, cn
    rs!QAPass = "True"
    rs.Update