strSql = "SELECT * " & _
"FROM evacuation "
If (Not IsNull(lundi1) And IsEmpty(lundi2)) Or (Not IsNull(mardi1) And IsEmpty(mardi2)) Or (Not IsNull(mercredi1) And IsEmpty(mercredi2)) Or (Not IsNull(jeudi1) And IsEmpty(jeudi2)) Or ((vendredi1) <> "" And IsEmpty(vendredi2)) Or (Not IsNull(samedi1) And IsEmpty(samedi2)) Or (Not IsNull(dimanche1) And IsEmpty(dimanche2)) Then
If MsgBox("yous avez encore du monde à l'interieure..." _
& vbCrLf & "retour au fiche d'evacuation" & _
vbCrLf & vbCrLf & "Voulez-vous continuer ?", vbExclamation + vbYesNo + vbDefaultButton2, _
"continuer") = vbYes Then
End If
Else
MsgBox "Merci bye", vbCritical, "Message de Rachid Cherni"
Quit
End If