+ Reply to Thread
Results 1 to 4 of 4

how to obtain database connectivity between Excel 2007 and Access 2007

Hybrid View

  1. #1
    Registered User
    Join Date
    02-09-2012
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    2

    Lightbulb how to obtain database connectivity between Excel 2007 and Access 2007

    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

  2. #2
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: how to obtain database connectivity between Excel 2007 and Access 2007

    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.

  3. #3
    Registered User
    Join Date
    02-09-2012
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: how to obtain database connectivity between Excel 2007 and Access 2007

    thx but please can u provide me example/suitable link...

  4. #4
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: how to obtain database connectivity between Excel 2007 and Access 2007

    See for example here. You will need to change provider to use Microsoft.ACE.OLEDB.12.0 rather than Jet.4.0

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1