Search results

  1. J

    Problems regarding OpenRecordset

    Can someone please help me to find the errors in my code. I've used the following code: Private Function AddAllToList(C As Control, Id As Long, Row As _Long, Col As Long, Code As Integer) As Variant Static DB As DAO.Database, RS As DAO.Recordset Dim PRm As Parameter Dim Qdf As QueryDef '...
  2. J

    Minor problem regarding adding All to a combo box

    I have a minor problem that makes me frustrated! I have managed to add All to a combo box when using fields from a table as rowsource. However, I want to use fields from a query instead and this causes an error: Too few parameters. Expected 3. Any help on this issue is welcomed!
  3. J

    Minor problem regarding adding All to a combo box

    I have a minor problem that makes me frustrated! I have managed to add All to a combo box when using fields from a table as rowsource. However, I want to use fields from a query instead and this causes an error: Too few parameters. Expected 3. Any help on this issue is welcomed!
  4. J

    Problems with issue Q128881, AddAllToList

    I have problem with the AddAllToList function, related to issue Q128881 in the knowledge base. I haved followed the instructions, but a problem occurs when I try to compile the module. I get a compile error: User-defined type not defiened on expression: Static DB as Database I'm using Access...
Back
Top Bottom