Hi, I have a problem with an access application. What I want to do is create a recordset and instead of doing what I am currently doing :
Dim rsProduits As New Recordset
stQuery = "SELECT * FROM Produits WHERE " &
WHEREClause & " ORDER BY NoSousCategorie;"
rsProduits.Open stQuery...