Results 1 to 9 of 9
  1. #1
    YounesB3 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    5

    Access compatibility issues?


    Hello, I need both versions of Access 2010 & 2003 to run 2 different databases. Would it be possible to also install Access 1997 for another database access or will I have compatibility issues for sure if I do?

    Kind Regards,
    Younes

  2. #2
    YounesB3 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    5
    Quote Originally Posted by younesb3 View Post
    hello, i need both versions of access 2010 & 2003 to run 2 different databases. Would it be possible to also install access 1997 for another database access or will i have compatibility issues for sure if i do?

    Kind regards,
    younes
    bum p

  3. #3
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    I have a database front end that users in 2003 and 2010 use. the trick is to create the database in 2003. If your not concerned about ribbons and navigation panel you should not run into any issues. 97? I have no idea.

  4. #4
    YounesB3 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    5
    Quote Originally Posted by redbull View Post
    I have a database front end that users in 2003 and 2010 use. the trick is to create the database in 2003. If your not concerned about ribbons and navigation panel you should not run into any issues. 97? I have no idea.
    Yeah, I already have 2003 & 2010 and I need both. But now, I would also need 1997, but I'm not sure if I should or everything will screw up...

  5. #5
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    Hmm wonder if you could attach a access runtime file from 2003 to avoid using 97.

  6. #6
    YounesB3 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    5
    Quote Originally Posted by redbull View Post
    Hmm wonder if you could attach a access runtime file from 2003 to avoid using 97.
    How do I do that?

  7. #7
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    well generally runtime access can be used if the user does NOT have microsoft access.. but I wonder if we can make it work in this scanario. Maybe someone with a little more exp with runtime can chime in, but I will poke around the webs and post what I find.

  8. #8
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    Alright... So this is what i've found so far.

    Code:
        If SysCmd(acSysCmdRuntime) = False Then        'The user is using a full blown version of MS Access            Else        'The user is using the runtime version of MS Access    End If

    So, I don't know how but basically.

    Need a version check at load,

    IF access 1997 then

    load load access runtime

  9. #9
    YounesB3 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    5
    Thanks for the help. Apparently, there aren't any compatibility issues if you have all 3 versions.

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

Similar Threads

  1. 2007 to 2007 Compatibility Issues
    By joelmeaders in forum Access
    Replies: 3
    Last Post: 01-31-2012, 10:17 AM
  2. Replies: 17
    Last Post: 08-03-2011, 05:19 PM
  3. Microsoft Access 2007 - 2010 Compatibility
    By AccessFreak in forum Forms
    Replies: 4
    Last Post: 01-05-2011, 07:57 PM
  4. Compatibility
    By Tony McGuire in forum Queries
    Replies: 1
    Last Post: 06-26-2009, 10:19 AM
  5. Compatibility Questions
    By smschleidt in forum Access
    Replies: 0
    Last Post: 12-23-2008, 12:35 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