I'm trying to use quickbooks ODBC to pull a stored procedure report via a query. This is a fairly straightforward process using a passthrough query and it works fine on my client's computer. However, when I attempt to run it from my company's server (different quickbooks file, it is local), Access just freezes and crashes every single time. I have the most up to date version of access and Windows Server 2008. I think it's due to the operating system being buggy with this version of Access but upgrading the OS isn't an option. I know it's a long shot, but can anyone suggest a workaround? Right now I'm pulling the data in with an sp_report in excel and then pulling that info into access, but it's very tedious because we have a lot of clients and right now they each have an excel file. I really need to be able to centrally manage all of my connection strings and it needs to be scalable to support 100+ clients' quickbooks files. Any ideas?