Private Sub Image2_Click() Image2.Picture = Form2.Image37.Picture
If Combo1.Text = "" Or Combo2.Text = "" Or Combo3.Text = "" Or Combo4.Text = "" Or Combo5.Text = "" Then Image4.Visible = True Image4.Picture = Form2.Image49.Picture Exit Sub End If If Combo1.Text <> "" And Combo2.Text <> "" And Combo3.Text <> "" And Combo4.Text <> "" And Combo5.Text <> "" Then '往ACCESS数据库中插入信息代码 Call KKK(conn) RS.Open "select * from 数据 '", conn, 3, 2