VBA requet sql et variable
Fermé
guitarhero77
Messages postés
86
Date d'inscription
mercredi 31 janvier 2007
Statut
Membre
Dernière intervention
27 février 2008
-
15 févr. 2008 à 23:19
Polux31 Messages postés 6917 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 1 novembre 2016 - 15 févr. 2008 à 23:40
Polux31 Messages postés 6917 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 1 novembre 2016 - 15 févr. 2008 à 23:40
A voir également:
- VBA requet sql et variable
- Requête sql pix - Forum Python
- Msgbox vba variable ✓ - Forum VB / VBA
- Vba ouvrir un fichier excel avec chemin ✓ - Forum VB / VBA
- Vba range avec variable ✓ - Forum VB / VBA
1 réponse
Polux31
Messages postés
6917
Date d'inscription
mardi 25 septembre 2007
Statut
Membre
Dernière intervention
1 novembre 2016
1 204
15 févr. 2008 à 23:40
15 févr. 2008 à 23:40
bonjour,
le champ de ta table est : champ(i) ?
sinon il faut écrire ta requête comme ça :
sql = "select * from table where Champ(i) = " & fonction(chaine)
;o)
polux
le champ de ta table est : champ(i) ?
sinon il faut écrire ta requête comme ça :
sql = "select * from table where Champ(i) = " & fonction(chaine)
;o)
polux