help on query

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top