Dim iState As Integer
Dim i As Integer
Dim tmpTime As String
Dim strSQL1 As String
Private Sub Form_Load()
labAgentID.Caption = AgentIDStr
End Sub
Private Sub qctsr_Click()
strSQL1 = "update tel_116114 set qctsr = " & labAgentID.Caption & ",******************************************************************************qcstate = '" & List1.List & "',就这句我不知道如何取得list1被选中的值***********************************************************************************qcdate =(select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','')) where RECORDID = " & CLng(frmCATI.labRecordID.Caption)
conn.Execute strSQL1
tel.Text = ""
qcremark.Text = ""
End Sub