I continue to receive an error that states "The version of Microsoft Access doesn't support design changes with the version of Microsoft SQL Server your Access project is connected to. See the Microsoft update website for the latest information."
I'm using Access 2003 that I ran a database through the Upzinging Wizard with a copy of SQL Server 2005.
I have searched the Office Update pages and can't locate anything that helps, although I'm sure I'm probably missing something.
Any suggestions
Thanks in advance,
Mike Duke

Using MS Access 2003 Project with SQL Server 2005
Sergio Ora
Hernan Gatta
I found the following MS KB article when looking up a solution to this problem:
http://msdn2.microsoft.com/en-us/library/ms165883.aspx
Not that it is much use. To quote: "Delete the data connection to the newer SQL Server, and connect only to SQL Server 2000 or earlier versions."
Right...
I am reminded of the old joke - "Doctor, it hurts when I do this". "Then don't do that!"
bakintunde
Bill,
Thanks for the tip. I did as you suggested and still receive the same error. Any other thoughts
Regards,
Mike Duke
Koen Vd B
DoCmd.TransferText acExportFixed, "", "dbo.sp_vDetails", "C:\BFSUpload\BFSDetails.txt"
I've tried to reference the stored procedure without qualifying the owner and it doesn't work either. I am able to reference the table that is used by the stored procedure and I can build a form with the stored procedure as the data source. The code just isn't able to work. I get an error stating the object cannot be found.
KSC
Linedata Mike
I am using MSSql Express 2005 (I uninstalled MSDE and installed MSSql express 2005) and MSAccess 2005.
I have an ADP that I have pointing to a SQL Express 2005 db (a db made with MSDE and now held by SQL Express 2005) and when I design view a VIEW I get a warning :
"this version of ADP doesn't support design changes with the version of MSSQL Server your Access project is connected to. See the Microsoft Office Update web site for the latest info and downloads. Your design changes will not be saved."
I checked Update site and no update for Access 2003 for support to MSSql 2005
MikeGdecat
Well, isn't that a kick in the pants. I guess I'm going to have to tell my client they can't have MS SQL Svr 2005 after all.
Thanks to everyone that posted.