Thanks, the object is succesfully created, then..
how can I open a specific table of the local database
(CurrentDb) ?
The instruction:
Set myRec = CurrentDb.OpenRecordset("TabellaGale")
doesn't work.... maybe I've to use some specific
instruction for Ado interface....
I'm in Access, and I've to develop and application that import data from an Excel SpreadSheet and copy such data into an Access table.
I've used the following code to open the Excel Spreadsheet:
Dim xl As Object
Set xl = CreateObject("Excel.Application")
xl.Workbooks.Open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.