Visual Basic 2005 BasicsIf you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book:
Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Basic 2005 Basics 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
please suggest me on coding. i want to convert my access database to excel sheet during runtime on single button click event.dynamic conversion from access to excel.
In which environment is the button?
Is it in Excel, reaching out to Access?
In Access, exporting to Excel?
In Visual Studio manipulating both of these apps as external resources? (Iâm presuming Visual Studio 2005, but I want to be sure...)
I haven't looked into this, but my first try would be to open Access as an ActiveX Server, and use the exposed interface to get Access to to this exportation for you (through the same functionality exposed by Accessâ menu system).