Hi everyone,
I want to extract all the rows of a specific field in a given table. This is how I am doing it.
My questions is: Is this a good way? Do I have to use "QueryFilter" and move through each row? Is there a better/optimum way?
Many thanks in advance.
Yes, this is the best way. I would recommend the following small changes.
--Rich
Hi Rich,
Thank you very much for your kind and prompt reply. I will try to use the Subfields property and optimize my code. I shall post it as soon as I get time to code it.
- Kenny