Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 17th, 2006, 06:57 AM
Registered User
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ashg657
Default Access MDB with SQL Backend

Hi,
I have recently upsized our access mdb to sql server. The result is as follows:
When I try to link tables from the SQL server into the MDB, they all have dbo. suffix's, why is this? Because it therefore means that I have to change all queries & reports & modules? That would take ages considering we have around 600 queries.

Also, I unchecked the box in the upsizing wixard so that it would upsize data as well as table structure - But it doesnt, I only ever get table structure.

I am a beginner with SQL Server but have been using Access 2000 for a year now. Any help greatly appreciated - I must be doing something wrong.

Thanks.

 
Old July 18th, 2006, 12:16 PM
Friend of Wrox
 
Join Date: Jul 2005
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Default

After you link the tables ans they are named:

dbo_tblMyTableName

you can rename the "link" in the databse window by selecting the table then press F2 or right-click and selet rename . Then you can remove the prefix so that it will be back to the original name like:

tblMyTableName

Now all your other objects that reference the table will still work



Boyd
"Hi Tech Coach"
Access Based Accounting/Business Solutions developer.
http://www.officeprogramming.com
 
Old July 18th, 2006, 12:54 PM
Registered User
 
Join Date: Jun 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ashg657
Default

Hi, and thanks for your reply. Just to let you know...

I got home and decided to try upsizing on office 2003 which i have at home (we have office 2000 at work). In 2003 it upsized fine, everything working and im very pleased with the results, just a few niggles to sort out.

So, from my experience and in aid of others, if you are upsizing, make sure you're running Office 2003. I maybe wrong, but for me, its done the trick very well.

Bye.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Locking in Access DB linked to SQL Server backend gibbers Access 3 April 24th, 2007 03:20 PM
Access Reports from SQL backend feets Access VBA 1 January 5th, 2007 08:36 AM
Access database/SQL Server backend Question vbJupiter Access VBA 1 October 6th, 2006 07:59 PM
ms access form as criteria on sql server backend ottos13 Access 1 September 13th, 2006 12:14 PM
Tough one !! xls as frontend with mdb as backend Stanny Access 5 January 7th, 2005 11:01 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.