I need to use VBA to retrieve a record from a query, count the number of commas, and use that number +1 as the size of an array. How do I go about doing this?
i think the understanding was that you knew how to work with queries, and were needing help with analysing the data.
thinking again, though, if you have a query - why would you have any embedded commas within the query records? A query normally consists of a number rows, each one consisting of a number of independently addressable named fields.