A family of Microsoft relational database management systems designed for ease of use.
Thank you for the quick reply! I initially wanted to use my database the way you described in the second part of your reply. That is, I have my Access application installed on individual computers all running on the same Office 365 account. The tables that are linked to these applications reside in a separate Access file on a shared SkyDrive. However with two computers each accessing the same Access tables file on the SkyDrive, the data file keeps getting locked and renamed with the name of the computer appended to the end. So, for example, a datafile called "Accessdata" gets copied and renamed "Accessdata-owner-Mycomputer". The computer named Mycomputer is then updating this new file while the other computer is updating the original datafile called "Accessdata". So these two computers are no longer updating the same file.
As for installing the database on a web application, that would be a good option too. Do you have a tutorial or can you point me to where I can learn how to install the application on a remote website? Would I still run into the same problem of having two or more users trying to update the same tables file?