AccessDiscussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Im tryin to retrieve data from access database with odbc.
but my pc is not installed ms access. and I have runtime error when I run my code in excel . Should I install any software except ms access to run my vbe code? thanks.
Actually, you do not need to install Access to read the filees in Excel with ODBC. You only need to have access to the Access database file, and you need to have created an ODBC link to that database.