Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    DittoBird's Avatar
    DittoBird is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Apr 2015
    Location
    Newfoundland & Labrador, Canada
    Posts
    59

    Access 2016 Application to Access 365 - Will It Work?

    Quick Question: Will an application developed in Access 2016 run in Access 365? Apart from forms and tables, there are, of course, VBA and non-standard references. The back end is Jet. What about an accde?

    This link, https://www.fmsinc.com/microsoftacce...y/features.htm, seems to indicate 365 will have all the features I am used to in 2016. Our organization is forcing all of us to switch and I need to know if this will be relatively painless or if I should get a head start on frustrated throwing things around my office. LOL

    Thanks in advance

  2. #2
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    As long as the bitness is the same, you should have no issues. If not, then maybe, and most of those issues relate to the use of API's used in 32 bit versions. They usually have to be modified for 64 bit - not a huge thing. If you have any choice or say in the matter, get them to install 32 bit version of Office. It used to be the default but M$ has made 64 bit the default without providing any escape from the issues. IMO there is no present need for 64 bit Office. In Access, it allows for a very large number type which most people don't need. AFAIC, 365 is just the new name for Office and what used to distinguish between the subscription version of Office vs the installed version. I use Office 365 with Access 2016 - but 32 bit for sure.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Short answer: It should.

    However, I have read a number of discussions of issues encountered with code errors when running in 365. You probably won't know until you try.

    What do you mean by "non-standard references"?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  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
    Agree with both previous answers except for one point.
    Bigint datatype (very large numbers) is supported in both 32-bit and 64-bit Access from 2016 onwards.
    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!

  5. #5
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Now that you've taken away my only answer to why use 64 bit at all at the present time, what reason am I left with??
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  6. #6
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,157
    Quote Originally Posted by Micron View Post
    Now that you've taken away my only answer to why use 64 bit at all at the present time, what reason am I left with??
    Excel users is the answer.
    1,000,000 rows instead of 64000.
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  7. #7
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Quote Originally Posted by Micron View Post
    Now that you've taken away my only answer to why use 64 bit at all at the present time, what reason am I left with??
    As fa's as 64-bit Access is concerned, it has large address awareness (LAA).... but that is scheduled to be added to 32-bit Access in the near future.
    LAA can help reduce out of memory errors e.g. when importing very large text files or speed up such imports
    Last edited by isladogs; 08-20-2021 at 06:01 AM.
    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!

  8. #8
    DittoBird's Avatar
    DittoBird is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Apr 2015
    Location
    Newfoundland & Labrador, Canada
    Posts
    59
    Quote Originally Posted by June7 View Post
    What do you mean by "non-standard references"?
    Probably a poor choice of words on my part. I meant I needed to add references apart from the ones that come referenced by default. I needed to add a couple, MS Shell Controls 7 Automation and MS Office 16.0 Objects (versus MS Access 16.0 Objects). Nothing really special.
    --
    Tim

  9. #9
    DittoBird's Avatar
    DittoBird is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Apr 2015
    Location
    Newfoundland & Labrador, Canada
    Posts
    59
    Quote Originally Posted by Micron View Post
    As long as the bitness is the same, you should have no issues. If not, then maybe, and most of those issues relate to the use of API's used in 32 bit versions. They usually have to be modified for 64 bit - not a huge thing. If you have any choice or say in the matter, get them to install 32 bit version of Office. It used to be the default but M$ has made 64 bit the default without providing any escape from the issues. IMO there is no present need for 64 bit Office. In Access, it allows for a very large number type which most people don't need. AFAIC, 365 is just the new name for Office and what used to distinguish between the subscription version of Office vs the installed version. I use Office 365 with Access 2016 - but 32 bit for sure.
    Unfortunately, it'll be 64 bit and I'm in 32 bit 2016. I wish I had a say - I've always been irritated by IT support folks when they insist on updating things without checking with some of the users trying to actually f***king do something for the organization. Though I must be fair and also explain these folks are top notch when I need help in networking and organizational software. In this case, I'm implementing a computerized maintenance management system (something I have 30+ years of experience in implementation, operation with maintenance trades, administration, and writing supplemental applications to support) to an organization that inexplicably, has never used one (which blows my mind).

    Thank you very much, though, in spite of my worries, this does sound reassuring. All the best.

  10. #10
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,931
    Not sure if it is a typo but you say that the bE is jet? Do you mean ace? Ace superseded jet with the launch of access 2007.

    However if jet I doubt that will have an impact on your transition to 365

  11. #11
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    I worked a lot with/in a CMMS for 30 years as well. It did everything they could think of - FMEA, predictive (ICMS component), preventive, planning & scheduling, purchasing, inventory, H&S, BOM and one other component but I can't recall it's acronym or exact function. The company was known world wide for its success in predictive maintenance and they were able to partner with another company to promote that system because it was designed in house. Good luck with your rather large task!
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  12. #12
    DittoBird's Avatar
    DittoBird is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Apr 2015
    Location
    Newfoundland & Labrador, Canada
    Posts
    59
    Quote Originally Posted by Ajax View Post
    Not sure if it is a typo but you say that the bE is jet? Do you mean ace? Ace superseded jet with the launch of access 2007.

    However if jet I doubt that will have an impact on your transition to 365
    Thank you Ajax. I may have the nomenclature incorrect. I was always under the impression that ACE was the version of Jet? Maybe not.

  13. #13
    DittoBird's Avatar
    DittoBird is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Apr 2015
    Location
    Newfoundland & Labrador, Canada
    Posts
    59
    Quote Originally Posted by Micron View Post
    I worked a lot with/in a CMMS for 30 years as well. It did everything they could think of - FMEA, predictive (ICMS component), preventive, planning & scheduling, purchasing, inventory, H&S, BOM and one other component but I can't recall it's acronym or exact function. The company was known world wide for its success in predictive maintenance and they were able to partner with another company to promote that system because it was designed in house. Good luck with your rather large task!
    Ah, kindred spirits. Haz Mat as the other component, maybe, though probably under H&S. Vehicle fleet management?

  14. #14
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    No, and not RCA either. I seem to recall that it was along the lines of FMEA. Whatever it was, I don't think I was ever involved in it.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  15. #15
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Quote Originally Posted by Minty View Post
    Excel users is the answer.
    1,000,000 rows instead of 64000.
    I have that many rows in Excel 2007 32bit?

    In fact Lloyds bank only upgraded their Excel in office to 2007 for access to that many rows. The rest was 2003?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 10-09-2019, 10:26 AM
  2. Replies: 7
    Last Post: 04-19-2018, 12:57 PM
  3. Replies: 2
    Last Post: 01-15-2018, 07:46 PM
  4. Replies: 1
    Last Post: 01-14-2018, 02:49 AM
  5. Replies: 15
    Last Post: 01-08-2018, 09:37 AM

Tags for this Thread

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