A
Alain
hello
I have the following request which is directly written as source in à List
box of my form in my MDB application.
PARAMETERS Formulaires!form_societe![Appels
sous-formulaire].Formulaire!RéfAppel Long;
SELECT DISTINCTROW Courriers.RéfAppel, Courriers.RéfCourrier,
Courriers.Courrier, Courriers.RéfContact, Courriers.Nom_Contact,
Mid$([Courrier],InStrRev([Courrier],"\")+1) AS FichierTronqué
FROM Courriers
WHERE (((Courriers.RéfAppel)=[Formulaires]![form_societe]![Appels
sous-formulaire].[Formulaire]![RéfAppel]));
What is the corresponding query to be directly written in the source
property of my list box in an ADP project ?
many thanks
Alain
I have the following request which is directly written as source in à List
box of my form in my MDB application.
PARAMETERS Formulaires!form_societe![Appels
sous-formulaire].Formulaire!RéfAppel Long;
SELECT DISTINCTROW Courriers.RéfAppel, Courriers.RéfCourrier,
Courriers.Courrier, Courriers.RéfContact, Courriers.Nom_Contact,
Mid$([Courrier],InStrRev([Courrier],"\")+1) AS FichierTronqué
FROM Courriers
WHERE (((Courriers.RéfAppel)=[Formulaires]![form_societe]![Appels
sous-formulaire].[Formulaire]![RéfAppel]));
What is the corresponding query to be directly written in the source
property of my list box in an ADP project ?
many thanks
Alain