P
pierre
Hi all,
I want to dynamically display on a form the number of record meeting a
condition in a database.
this sql is not working
SELECT Count(tblSection.k_etat) AS CompteDek_etat
FROM tblSection
How can i do that?
regards,
pierre
I want to dynamically display on a form the number of record meeting a
condition in a database.
this sql is not working
SELECT Count(tblSection.k_etat) AS CompteDek_etat
FROM tblSection
How can i do that?
regards,
pierre