Remote Network And System Administration Job In IT And Networking

Microsoft Access Expert For Help Connecting Excel To Access

Find more Network And System Administration remote jobs posted recently Worldwide

I need a Microsoft Access expert to consult with me on the following problem I am experiencing connecting Excel To an Access database using VBA.

Ideally, the candidate would remote desktop into my machine and get the setup correct.

In addition, since this is going to be a commercial product, we need advice on how to make sure that Excel can use Access seamlessly on our users computers without running into these type of setup problems.

Here is the issue:

I am running the following software:

Windows 7 (64 bit)
Excel 2013 (32 bit)
Access 2016 (32 bit)

When I use the following VBA code to connect Excel 2013 to my Access 2016 database, Excel immediately crashes:

---- begin ----
Dim objConn As ADODB.Connection
Dim strDBConnection As String

strDBConnection = Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Users\\Me\\Documents\\MyAccessDB.accdb;Pers ist Security Info=False;

Set objConn = CreateObject(ADODB.Connection)
objConn.Open strDBConnection
---- end ----

I then tried using LATE binding and unchecking the reference to Microsoft ActiveX Data Objects 6.1 Library in Excel 2013 and ran this code:

---- begin ----
Dim objConn As Object
Dim strDBConnection As String

strDBConnection = Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Users\\Me\\Documents\\MyAccessDB.accdb;Pers ist Security Info=False;

Set objConn = CreateObject(ADODB.Connection)
objConn.Open strDBConnection
---- end ----

In this case Excel does not crash but reports the following error:

Method Open of object _Connection failed

I read some message board posts that recommended installing:

Microsoft Access Database Engine 2016 Redistributable
https://www.microsoft.com/en-us/down....aspx?id=54920

However, this did not solve the problem.

I even tried using just about every connection string for Access from ConnectionStrings.com but none of them work.

From what Ive read in the message boards (but didnt understand completely) the problem may have something to do with the fact that my Windows 7 is 64 bit and the Excel and Acess I am using are 32 bit.

My BIG concern is that I am developing a commercial Excel spreadsheet and now Im wondering what problems my users will experience with the software depending on their version of Windows, Microsoft Office, and whether both (or one) are 32 or 64 bit.
About the recuiter
Member since Nov 11, 2022
Chandrakant Panigrahi
from England, United Kingdom

Open for hiringApply before - Sep 23, 2024

Work from Anywhere

40 hrs / week

Hourly Type

Remote Job

$47.77

Cost

Offer to work on this project closes in 60 days!
Are you interested in this Opportunity?

Looking for help? Checkout our video tutorial
How to search and apply for jobs

How to apply? Do you have more questions about the Job?
See frequently asked questions

Similar Projects

E-Commerce Assistant (detail oriented, and efficient)

We are an online platform working with hundreds of brands, and need someone to assist with various e-commerce tasks including:

Scraping information from product pages
Data entry into internal documents
Image downloading
Image ren...read more

Looker Analytics and Data Visualization

We are looking for a consultant that can take data from our loan origination software (LOS) into Looker Analytics software and create useful reports. We may also just want data from our LOS into stand-alone dynamic web-based reporting system. This...read more

VBA & Python integration as Excel macro

Python script (already written) needs to be integrated as Excel macro
Looking for someone who can work quickly and knows python and VBA well.
The package is on github openvenues libpostal
The script will be simple like in their example.

VA needed to pull data and enter into excel/google sheets.

1. I will share a website link with shortlisted candidates and open it


2. Click the Blue Square in the top right corner with three white lines.


3. A drop-down should appear, from that drop-down you click courts.

...read more

Excel report

Im looking for an experienced programmer with extensive knowledge in VBA to automate an excel report by pulling and editing data from multiple spreadsheets.