Text2.Text = Time$()
Dim ti As String
ti = Time$()
Data2.RecordSource = "select * FROM 实时状态 WHERE 结束时间='" & ti & " ' "
Data2.Refresh
Do While zd < 2 And Not Form7.Data2.Recordset.EOF And Combo1.Text = Form4.A(zd).Caption
MsgBox "有按摩结束", , "提示"
Form4.AA(zd).BackColor = &HFF00&
index = index + 1
Loop
End Sub 作者:
Nothing 时间: 2006-8-22 11:01