Bonjour,
J'ai utulisé ce code :
Mais j'ai le message d'erreur suivant:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 Dim DateDeb, DateFin "Select * from MaTable " & _ "Where MaDate between " & _ "#" & Format(DateDeb, "mm/dd/yyyy") & "# and " & _ "#" & Format(DateFin, "mm/dd/yyyy") & "# "
"Erreur de compulation
Projet ou bibliothèque introuvable"
Bonne compréhension!
Partager