Hello.
I have problems with making DDL Queries to linked table.
I opened the recordset (Access linked table) with ADODB.Connction and ADODB.Recordset in Excel and made a DDL Query to that recordset: CREATE INDEX,
but received the error message:
Error: -2147467259-[Microsoft][ODBC Microsoft Access Driver] Cannot execute data definition statements on linked data sources.
How can I solve this problem?
Should I create "clone" of linked table before making query or is it possible to allow
make DDL queries (like CREATE INDEX, DROP INDEX,...) to linked tables (in VBA)?
Jüri Kuusik.
[email protected]