Hi, I have problem with opening excel files in Access.
Should I use macro in Access?
Because all I find in the macro was importing file from excel to access table.
1. Do you want to open the Excel document like it is an Excel document, by opening Excel itself? This is possible.
2. Do you want to link to the contents of an Excel document to a table, but not necessarily import the data? This is possible.
3. Do you want to be able to see the Excel datasheet inside a form in Access? If so, this is not possible. (unless someone else here tells you it is indeed possible)
) into your database and use fHandleFile("c:\fullpath\fullpath\Your Excel Document.xls" to open the excel document.
2. Use the DOS/command-line based "start" command, like:
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.