Recent content by sylscic

  1. S

    Question Reading multiline column values into an array

    Thanks to all for your help. I have managed to access the data in the multivalue lookup column, however, not through the SQL query I desire. Infact, the Print output is for all checked items for all records in my table. Can someone help me how to refer only to the particular record I need...
  2. S

    Question Reading multiline column values into an array

    can you explain how please?
  3. S

    Question Reading multiline column values into an array

    Hi, Thanks a lot for your help. However, when running the database, it is giving me a runtime error in the line marked in red. Do While Not rs3.EOF If rs3.Fields("DL") = True Then j = j + 1 End If Loop Could you indicate what could be the problem? It was giving me the same...
  4. S

    Question Reading multiline column values into an array

    Hi, I would really appreciate if someone can help me here. I am working on setting up a Document Control System and have a table, called List_of_SOP where I have, amongst others, the following fields: - Document Title - Document Number (unique identifier) - Responsible - DL (where this is a...
Back
Top Bottom