Search results

  1. M

    Query parameters - Too few parameters problem

    Hello, As I am very lost in this kind of request I'm asking you some help... Thanks of this forum I'm able now to run a query with one parameter. The code is: Dim dbs As DAO.Database Dim qdf As DAO.QueryDef Dim rst As DAO.Recordset Set dbs = CurrentDb 'Get the parameter query Set qdf =...
  2. M

    Cannot open query which has a parameter

    Hello, In Access 2003 I create a query which for one field was link to a value on a form. Now I have to duplicate this form and instead to duplicate this query I wanted to use a parameter inside this query for one field and then via VBA call this query and give a value for this parameter...
Back
Top Bottom