Results 1 to 4 of 4
  1. #1
    Tuckejam is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Jan 2020
    Posts
    171

    Deployment and Access Runtime

    Have My db split with my backend in SQL Server.



    now trying to distribute the front end to users using access runtime.

    on the second machine which did not have access I have downloaded and run the Access 365 Runtime application

    this appears to have installed some version of Access 16

    Having built my Access db in 2019 it wont open the file because it is a newer version of the file.

    I have saved the database version to be opend by runtime as accDE.

    I did notice however that I can save my Access database for use with Access 2000 - 2003 and am a little concerned and confused that I can save my database to be compatible with something from 20 years ago but not 2016

    any thoughts or help is always appreciated

    Click image for larger version. 

Name:	Capture.PNG 
Views:	21 
Size:	29.8 KB 
ID:	45652

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    creating in 2019 doesn’t really get you any advantage.
    convert the db to the older version then it will run in all versions foreword.

  3. #3
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,425
    If you don't mind a bit of guessing, did you create trusted location and put the file there on the pc where you installed runtime version? I cannot imagine it's a compatibility issue between 2019 and 2016. Only other thing that comes to mind is if you developed in 32 bit and the runtime pc is 64 bit, but the message would not be about older vs newer versions; it would be specifically about bitness.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    Saving as a 2003 version relates more to the tables. If you are saving forms/reports etc then you will probably find that it won’t save because you are using features that did not exist back then. It will only convert if these features have not been used.

    The same will go for 2016 - if your FE development includes features not available in 2016 then 2016 runtime won’t be able to run it.

    Go to the FMS website for a list of new and deprecated features for each version

    Only feature that comes to mind is data types, think there is a bigint type available in 2019 and not in 2016

    Another possibility is you are using early binding in your code. If you have specified in vba to use the 2019 excel library example, that version of excel needs to be on the users machine. Using late binding means access will use whatever version is available- again subject to your code not using excel features not available in 2016

    Probably too late, but when developing for multi age applications, always develop in the oldest version

    Have you tried installing a later runtime? And have you tried running updates on the runtime?

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

Similar Threads

  1. SQL and ACCESS deployment
    By elico in forum SQL Server
    Replies: 1
    Last Post: 01-31-2016, 05:47 PM
  2. Access 2013 deployment
    By fritesmodern in forum Access
    Replies: 2
    Last Post: 12-14-2015, 02:43 PM
  3. Access front-end deployment
    By Euler in forum Access
    Replies: 9
    Last Post: 02-17-2015, 07:06 AM
  4. Access 2007 DB Intranet Deployment
    By Treble_Mebbel in forum Access
    Replies: 2
    Last Post: 10-12-2011, 12:52 PM
  5. Access Deployment
    By nidaz17 in forum Access
    Replies: 10
    Last Post: 04-25-2010, 02:50 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