error 3704 objeto está cerrado
Publicado por Edgar (2 intervenciones) el 05/05/2003 21:07:51
fecha1 = InputBox("Ingrese la fecha", "Carga de fecha")
texto = "UPDATE asistencia SET fecha = " & _
"DateValue('" + fecha1 + "')" & _
"where fecha is null"
Adodc1.RecordSource = texto
Adodc1.Recordset.Update
Adodc1.Refresh
funciona pero da error en .refresh, no le gusta update del sql.
texto = "UPDATE asistencia SET fecha = " & _
"DateValue('" + fecha1 + "')" & _
"where fecha is null"
Adodc1.RecordSource = texto
Adodc1.Recordset.Update
Adodc1.Refresh
funciona pero da error en .refresh, no le gusta update del sql.
Valora esta pregunta


0