I am trying retrieve some column names and items in that column, from an ACCDB 2016. (By actual names and not index numbers).
I have the connection working because I can retrieve a list of my USER table, and the system tables..
Here is the the table info –
Ideal would be to pick a table column and then retrieve the data in it. I already know about looping through 1 to many concepts. My issue is that I can’t seem to find the column name property first, then loop to grab the data items.. Thank you so much for any help!
I tried various help/searches on the internets, of course.