可以用findrs.find 试卷号=i and 套号=j

解决方案 »

  1.   

    adodc1.recordsource="select 选择题 from shijuan where 试卷号='" & text1.text & "' and 套号='"& text2.text & "'"
    adodc1.refresh
    text3.text=adodc1.recordset.fields("选择题")
      

  2.   

    adodc1.recordsource="select 选择题 from shijuan where 试卷号='" & text1.text & "' and 套号='"& text2.text & "'"
    adodc1.refresh
    text3.text=adodc1.recordset.fields("选择题")
      

  3.   

    adodc1.recordsource="select 选择题 from shijuan where 试卷号='" & text1.text & "' and 套号='"& text2.text & "'"
    adodc1.refresh
    text3.text=adodc1.recordset.fields("选择题")为什么我调试不过去呀?总说缺少结束标志什么的?
    怎么回事呀?