
23/11/2010, 12:15
|
 | | | Fecha de Ingreso: julio-2006 Ubicación: Órbita sincrónica
Mensajes: 899
Antigüedad: 18 años, 8 meses Puntos: 29 | |
Respuesta: ¿¿Como hago para controlar/validar 4 checks al mismo tiempo?? A mi con los And tambien me ha hecho cosas raras.
¿Has probado con Or's?
If Document1.Value = vbUnchecked Or Document2.Value = vbUnchecked Or Document3.Value = vbUnchecked Or Document4.Value = vbUnchecked Then
status1 = "no"
rs1("status") = status1
Else
status2 = "si"
rs1("status") = status2
End If
__________________ No hay preguntas tontas, solo gente estup..., ¡No!, ¿como era? No hay gente que pregunte a tontos... ¡Nooo!... ¡Vaya cabeza! |