Results 1 to 2 of 2
  1. #1
    Jean S is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Dec 2012
    Posts
    4

    convert old db to Access 2010

    I have several databases created in early versions of Access (2000 maybe?) and I've now purchased 2010. When I bring up a form I get a message saying there is a missing or broken ref to utility.mda. Also, in old labels reports the fn Trim() causes an error, and if I try to create a new label report using the wizard provided, it uses Trim(), but then Trim() causes an error. Is there something I am missing? TIA - JS

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Look at your references (open a new module and look at the references for VB) if you still have a computer with the older version of MS Access look at the references there too and see what's missing. The trim function (as well as things like right(), left(), mid(), etc) relies on a specific reference being available and MS access 2007+ don't necessarily have the same default references available OR, particularly if you're converting an old database the reference may have changed names so it's not immediately apparent which one you need.

    If you're not comfortable with that part what you can do is create a new database, build a simple table and see if your trim() function works in that. If it does, simply import all of your object from your old database into a newly created 2010 database and the references should be there to use.

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

Similar Threads

  1. Replies: 2
    Last Post: 03-29-2013, 12:40 PM
  2. Replies: 9
    Last Post: 05-30-2012, 01:23 AM
  3. Replies: 5
    Last Post: 10-28-2011, 12:12 PM
  4. Replies: 9
    Last Post: 08-07-2011, 11:21 AM
  5. Convert access 2003 to access 2010
    By Vera in forum Access
    Replies: 3
    Last Post: 07-16-2010, 11:01 AM

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