If colonne vide tableau (access vba)
Résolu/Fermé
A voir également:
- If colonne vide tableau (access vba)
- Tableau word - Guide
- Déplacer colonne excel - Guide
- Tableau ascii - Guide
- Tableau croisé dynamique - Guide
- Formule somme excel colonne - Guide
1 réponse
f894009
Messages postés
17268
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
29 mars 2025
1 713
22 janv. 2016 à 17:25
22 janv. 2016 à 17:25
Bonjour,
en commentaire votre code
en commentaire votre code
'--------------------------------------------------------- 'If (date_repo) = "" And (date_real) = "" Then ' date_recp = DateAdd("d", 10, [date_recp]) 'Else ' If (date_repo) <> "" And (date_real) = "" Then ' date_repo = DateAdd("d", 10, [date_repo]) ' End If '--------------------------------------------------------- If (date_real) = "" Then If (date_repo) = "" Then date_recp = DateAdd("d", 10, [date_recp]) Else date_repo = DateAdd("d", 10, [date_repo]) End If End If
25 janv. 2016 à 14:15