Sorry I have been so busy at work to actually try this. I think it should work.
It might cost about $10 a Month to have SQL Server and the hosting on the internet for up to 1 GB of data.
Basically, if they are correct, your Desktop Access (on different PC) would set up Linked Tables - to connect to SQL Server AZURE (SQL Server Cloud) just like it connects from my PC to my networked SQL Server.
What I don't have is time. However, perhaps if some of the people on this site would like to help, I would be willing to pay for 6 months of Azure.
The idea would be that a group of us would set up a Demo Access 2010 front-end (or Access 2013) that linked to something like a NorthWind or something of our choosing.
I don't have the ability to do this at my work site. At home, I am updating my technology around March 2016.
If a group of us could develop a Demo DB - with instructions on how to Link Table to AZURE, That would be wonderful. The front end should use VBA, not macros. This kind of process would benefit many of us.
https://www.fmsinc.com/microsoftaccess/cloud/link-to-azure-sql-database.html
From a Microsoft Access database, you can connect to the database and use those tables the same way you could link to SQL Server databases on your network or SQL Express on your desktop. For a fraction of the cost of buying and setting up a SQL Server box on your network, you can have Microsoft do it for you without worrying about licenses, downtime, hardware, etc., and it's available over the Internet to anyone you give the credentials for logging into it. It's pretty simple:
Open an Azure account and create a SQL Azure database
Install Microsoft SQL Server Management Studio (SSMS) for Microsoft SQL Server 2008 R2 on your machine (or Microsoft SQL Server 2012)
Use the ODBC administration tool to create a file containing the connection to the SQL Azure database
From a database opened in Access (2003, 2007, 2010 or 2013), use the ODBC connection to link to the SQL Azure tables and views
Feel free to PM me.