Form1.Adodc1.CommandType = adCmdUnknown
        Form1.Adodc1.RecordSource = "select * from 管理员 where id='"&       Trim(Text1.Text) & "'" & " and password='" & Trim(Text2.Text) & "'"
        Form1.Adodc1.Refresh
        If Form1.Adodc1.Recordset.RecordCount > 0 Then
        Form1.Adodc1.Recordset.Fields(1) = Form2.Text3.Text
        Form1.Adodc1.Refresh
怎么不能更新PASSWORD的数据,是不是哪里写错了?????