Results 1 to 11 of 11
  1. #1
    mercury is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    6

    Upgrade Access 97 to Access 2010

    Hi All,



    I have a client requirement to upgrade our existing application which is running with Access 97 Win Xp to Access 2010 Win 7.

    The Access 97 database has file like .MDB, .MDE and .MDW. Can someone, please suggest a way to upgrade form Access 97 to Access 2010.


    • This application involves more than 20 forms and sub-forms with VBA
    • Reports generation


    Can someone, please suggest a way to upgrade form Access 97 to Access 2010.


    Quick Questions:


    • What are the thing to be in handy before migration?
    • Is there anything to be re-create?
    • Performance issues?
    • Any expected issues after post migration?
    • Access 2010 is compatible with Win XP and Win 7


    Thanks in advance.

  2. #2
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180

    Upgrade Access 97 to Access 2010

    You could create a blank/new .accdb then import all your objects (Tables, Forms etc) from the old one to the new one.

    Or you could open the .mdb in the new Access and Save Database As and change the version.

    Are you using the Calendar Control or any ActiveX Controls. There might be some compatibility issues here.
    In the VBA Window (Alt+F11) go to Tools | References and check the Libraries.

  3. #3
    SteveH2508 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2010
    Location
    Chelsea, London, England
    Posts
    116
    If you have an MDW file that suggests that you have security enabled on your database. This is no longer supported in A2010 I believe. I have never used security on an Access db so I cannot help further - hopefully someone else can pitch in on this one.

  4. #4
    mercury is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    6
    Hi Alex,

    Thanks for the quick reply. just to update you, this application is already developed and i just have to upgrade this from access 97 Win XP to Access 2010 with Win7. Also, this application .MDB is having an .MDE file where all the code exist.

    Could you please let me know, how can i proceed further here and also if any of forms has interlinking between them then, how can i import this?

  5. #5
    mercury is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    6
    Hi Steave,

    Thanks for your quick reply, Actually i was looking for the blogs which say about .mdw file is not supported with access 2010. Do you find such blogs? if yes, could you please share.

    Also is there a way to have security enabled with Access 2010? please let me know.

  6. #6
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180

    Upgrade Access 97 to Access 2010

    If it's a split fe/be when you import them into a new databases you could use the Linked Table Manger to re-establish the links or change them to the new .accdb

    I'd not spotted the security file, this will be some extra work.
    Access got rid of it cos it wasn't that secure.
    You could build your own User Level Security.

    I'll see if I can find some blog posts that can help you.

    Check out these outlines, they might be of some help too
    http://www.599cd.com/site/courselist...ey=AlexForumAF

    http://www.599cd.com/site/courselist...ey=AlexForumAF

  7. #7
    mercury is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    6
    Alex,

    i have a little knowledge on MS-Access.
    Could you please drive me the steps for importing FE and BE to a new database and how to use this linked table manager to reestablish the links or change them to new .accdb.

  8. #8
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180
    Hi @mercury

    There are few steps you will have to take.

    Create a blank/new database then in the Ribbon click on External Data then Access.
    Click image for larger version. 

Name:	External Data.png 
Views:	5 
Size:	24.2 KB 
ID:	12245

    Now choose your file you wish to Import the objects from.
    Click image for larger version. 

Name:	GED - Access Database.png 
Views:	8 
Size:	63.4 KB 
ID:	12246
    There are two options here, Import and Link.
    Select Import to actually copy over the Tables/Queries. (Back End)
    We will choose Link next time. (for the Front End)

    There will then be a window with all the Objects to select from.
    Click image for larger version. 

Name:	Import Objects.png 
Views:	7 
Size:	24.4 KB 
ID:	12247
    There is a tab for each Object Type, highlight the Tables that you want and then press OK.
    This will Import them into the new database.

    Now create a second blank database, do the same for the Queries/Forms etc.

    Now repeat the process but this time click LINK and choose the Tables from your new Back End.
    Select the ones you need.
    They will appear in the Navigation Window with an arrow beside them to denote they are linked. (>)

    To check the Links go to External Data and this time click Linked Table Manager
    Click image for larger version. 

Name:	External Data - Linked Table Manager.png 
Views:	7 
Size:	22.0 KB 
ID:	12249

    You can then see all the Tables that are Linked.
    Click image for larger version. 

Name:	Linked Table Manager.png 
Views:	8 
Size:	26.0 KB 
ID:	12250

    You can select any Tables and change them if necessary.

    --
    Alex Hedley
    TechHelp Team Leader
    599CD.com

  9. #9
    mercury is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    6
    Alex,

    Thanks for above brief steps, i have not yet started working on this but i will update you when i will start working. I have a concern that, if we upgrade from Acc97 to Acc2010 the file extension gets changes from .mdb to .accdb correct? if yes, then is there a way to keep the extension .mdb instead of .accdb? because .mdw security is only supportive to .mdb file but not .accdb file.

    Is Access2010 is compatible with Win 7 and Win XP?

  10. #10
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180
    What is the reason you need to upgrade the db?
    You can still open mdbs in Access 2010/2013.

    You might find this article useful.
    http://office.microsoft.com/en-us/ac...010341994.aspx

  11. #11
    mercury is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    6
    Alex,

    my client is looking for the user level permissions, which are only supportive with .mdbs only. So, I wanted to suggest to my client. please see below
    1. Open Access 97 .mdb file under Access 2010
    2. Work on issues after opening into Access 2010
    3. check the tables and reports connections
    4. Then, from File --> Save & Publish --> Access 2002-2003 database (*.mdb)

    Question:
    1. If i save the file to "Access 2002-2003 database (*.mdb)", will they open into Access 2010 with user level security? if not, could you please suggest/guide me that, how can i move forward from here?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Upgrade from Access 2000 to Access 2010
    By EdMcCollum in forum Access
    Replies: 2
    Last Post: 02-13-2013, 09:14 PM
  2. Older version Access upgrade to Win-7 64
    By SteveACCESS in forum Access
    Replies: 1
    Last Post: 04-02-2012, 05:46 PM
  3. Access 2010 package solution upgrade option
    By snoopy2003 in forum Programming
    Replies: 5
    Last Post: 05-17-2011, 09:23 AM
  4. access 2002 upgrade
    By JohnG in forum Access
    Replies: 2
    Last Post: 02-04-2011, 10:33 AM
  5. Access 97 upgrade to 2007 or 2010... speed?
    By accessi in forum Access
    Replies: 5
    Last Post: 11-30-2010, 07:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums