Search results

  1. F

    ADODC & DATACOMBO Problem

    Hi folks! I have a problem. I have an ADODC that open a query. I have linked an DATACOMBO to ADODC. Ok. In execution time, I want to requery the ADODC with a filter. In Example: ADODC1.Recordset.Filter = "ID=" & iCode (This works fine, because I check the ADODC1.Recordset.Recordcount and it's...
  2. F

    Passing parameters to an Openrecordset

    Hi folks! I need to pass two parameters (concretely Date type) to a query from a method Openrecordset of an object Recordset. Example: Set rsQuery = dbDatabase.OpenRecordset(queryName) This query needs two parameters to work correctly. How can I put this parameters to open this query in the...
  3. F

    Passing Parameters to an openrecordset

    Hello folks I need to pass two paramaters to a query opening with the method Openrecordset of a Recordset object. I don't know how. Is possible? Or exists other options? Thank you in advance. Regards! Freemind.
Back
Top Bottom