Try using ACE instead of Jet
Provider=Microsoft.ACE.OLEDB.12.0;Data
Standard security
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;
With database password
This is the connection string to use when you have an Access 2007 database
protected with a password using the "Set Database Password" function in
Access.
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\myFolder\myAccess2007file.accdb;Jet OLEDB

atabase
Password=MyDbPassword;
DataDirectory functionality
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=|DataDirectory|\myAccess2007file.accdb;Persist Security Info=False;
"Preston" wrote:
> Hi,
> I have a database that was developed using access 2007 and is split into
> front ends and one backend. One of the things that I am doing with the data
> in the backend is making a pivot table in Excel 200x. I have done this
> without any problems in Excel 2007 but I am having trouble doing it in Excel
> 2003. Can you please tell me how to connect to an accdb file from excel 2003
> so that I can generate the pivot table I need?
> Thank you,
> Preston