Search results

  1. B

    Snapshot Viewer

    On this board, David R mentioned something called snapshot viewer. What exactly is that and where could I get info on it ?
  2. B

    Report Background

    What is the easiest way to set a background for a report via programmation ? I don't want to set it manually when I create the report because I want to user to select the background he wants in a form. I have tried playing with the picture property by doing : Me.Picture =...
  3. B

    Basing a recordset on a query

    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...
Back
Top Bottom