Wasn't sure the best place to ask about this. But we noticed queries of this form:
Select *
From Table1
Inner Join [C:\Data\File.Accdb].Table2 ...
Are now giving an error 'Operation is not supported for this type of object' when running from DAO Database.Open call. It works fine in the Access query UI and worked fine in the previous version. Wondered if anyone else experienced something like this or where is the best place to report the issue?
Select *
From Table1
Inner Join [C:\Data\File.Accdb].Table2 ...
Are now giving an error 'Operation is not supported for this type of object' when running from DAO Database.Open call. It works fine in the Access query UI and worked fine in the previous version. Wondered if anyone else experienced something like this or where is the best place to report the issue?