Results 1 to 4 of 4
  1. #1
    civl_eng is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    41

    run access 2016 in access 2007

    hi all, i written a program in access 2016 now i want to run this database in access 2007 but i get this error : Unrecoginzed Access Database formatto



    to fix this problem i wanted to save as (.accdb) to (.mdb) in access 2016 but i get error :

    Click image for larger version. 

Name:	Screenshot (511).png 
Views:	14 
Size:	8.5 KB 
ID:	32796

    can someone help me?

  2. #2
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    As the message is telling you, your database contains features that were not available in A2007 or in earlier versions where MDB files were used.
    You will need to identify all such items and change or remove them.
    Forget about converting to MDB. That format is less secure and will need more changes than A2007 ACCDB.

    Start by looking at datatypes used for fields e.g bigint (large number) added in recent editions of A2016 and not available previouly
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  3. #3
    civl_eng is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    41
    thanks a lot ridders52, i have another question, is there a way to enable all macro setting and activex by vba when access file is running ???

  4. #4
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Strangely, I posted a thread about this recently though only for ActiveX
    https://www.access-programmers.co.uk...d.php?t=298496

    BEWARE - These settings apply globally to all databases and indeed all Office programs

    Basically it's a registry hack for ActiveX and almost certainly for macros
    The consensus is that its a bad idea modifying other users' settings for fairly obvious reasons
    If you MUST do it, then warn the user and give them the option to say no...then change the settings back when the database is closed

    If it's just for you then change the settings in Access options yourself rather than write VBA to edit the registry

    One other point. If you are using 64-bit Access in one version and 32-bit in the other, you will need to modify the code to manage that issue.
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. Replies: 2
    Last Post: 01-15-2018, 07:46 PM
  2. 2007 Access to 2016 Access
    By kateri1028 in forum Import/Export Data
    Replies: 3
    Last Post: 01-10-2018, 12:13 PM
  3. Automating Outlook 2016 from Access 2016
    By jcc285 in forum Programming
    Replies: 10
    Last Post: 09-30-2017, 01:53 PM
  4. Replies: 2
    Last Post: 11-02-2016, 11:41 AM
  5. Replies: 1
    Last Post: 04-18-2016, 01:33 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