I have an ODBC connection to an Adobe Acrobat file, And I need to select various tables from a worksheet. Except I do not know how to create tables, I can make lists > but then acrobat will only let me select the first list, how can I create named tables or named lists?
here is my file
and this is the sql query I am using:
SELECT * FROM [BLA$];
Bookmarks