Is it possible to develop an O365 Access app and distribute w/o users requiring their own O365 account / license?
As an alternative I was considering a new UI in Visual Studio using Microsoft Access backend, since I’m guessing this will not require the user to have an O365 license, correct?
If incorrect, then I suppose I can move the backend to another database, i.e. MySQL. Â
Suggestions?
Thank you in advance!
Unfortunately, any one access content from within Office 365, whether it be logging into Office 365 or an application that pulls content from Office 365 needs to be licensed per EULA.Â
Also I’m not sure what type of app you built, but if it is an Access Add-In, these are no longer supported.
If you are looking for non-license users, you are right, moving to another back end is likely the best option.