Hello,
how to obtain database connectivity between Excel 2007 and Access 2007 so that i can retrieve the values from access database to VBA forms and vice verse.
my Windows version is 2007....
Thanks in Advance![]()
Hello,
how to obtain database connectivity between Excel 2007 and Access 2007 so that i can retrieve the values from access database to VBA forms and vice verse.
my Windows version is 2007....
Thanks in Advance![]()
You can either use a query linked to a worksheet (using the tools on the Data menu) and link the form to that, or you will have to use ADO/DAO to return the data as a recordset that you can populate the form with.
It would be much simpler to build the form in Access though.
Good luck.
thx but please can u provide me example/suitable link...
See for example here. You will need to change provider to use Microsoft.ACE.OLEDB.12.0 rather than Jet.4.0
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks