Upgrading from 2000 to 2010

spectraflame

Well-known Member
Joined
Dec 18, 2002
Messages
830
Office Version
  1. 365
Platform
  1. Windows
Is there a good reference to explain some of the differences in the 2010 version of MS Access? I have a database in 2000 that has ODBC calls to download multiple tables, execute a query, and output the data to a new table but each time I run it in 2010, Access crashes. I have gone through the save and publish steps but it still does not work.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Does it crash, or do you get an error?

If so, what is the message, and where in the code does it happen?

Denis
 
Upvote 0
The macro deletes the old version of the downloaded tables and then uses the ODBC connection to download the new version of those tables. I used the Single Step feature and it worked fine with deleting the old versions of the tables but when it got to the point of using the ODBC connection I get the "MS Access has encountered a problem and needs to close" error. I am given the repair option to reopen the report. I have tested the ODBC connection from Excel and it works fine. My next approach will be to use Access to download a single table to see if it functions properly.
 
Upvote 0
What is the ODBC source? Access, or another database like SQL Server? You may find that the ODBC connection needs to be redefined.
Also, is it a macro (point and click) or VBA?

Denis
 
Upvote 0
After a long conversation with the software provider of the ODBC driver, Transoft, I discovered that the version that I was trying to use was not capable of working with Office 2010. I have since upgraded to a newer version to Transoft and will continue to test but so far it seems to be working OK.

Thanks for all of the suggestions.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top