Crookshanks
Technical User
Goodmorning,
I've got a small question and I am quite sure that you will be able to help me. I've got a listbox filled by a Query. Something like this:
Q: What is the easiest way to get the whole listbox in a 2 dimensional array? I now how to read selected items from a listbox but I am just struggling to retrieve alle items into the array. Any suggestions? Any help appreciated.
Regards,
I've got a small question and I am quite sure that you will be able to help me. I've got a listbox filled by a Query. Something like this:
Code:
listTest.rowType = "Table/Query"
listTest.rowsource = testSQL
Regards,