Share via

ACCESS Back and front end cloud

Anonymous
2019-04-09T08:41:41+00:00

I have a Access 2016 Database which is split into a back and front end

The backend is placed in the cloud

5 people works with their own front ends

When changed data is saved in the frontend  the message appears " Database integrated( the _be filename) alreay exists it will be saved with another name

It then continues to save the file as Database integrated but ads the name of the worker machine . See example

My question..... is the data fron each front end the also stored in the original _ be file or hoe do I get it to save only in one _be file

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. DBG 11,711 Reputation points Volunteer Moderator
    2019-04-09T15:18:35+00:00

    Hi. I agree with Scott. Access is not a "cloud" database. You'll need another system for your back end if you want to use it in the cloud. Cheers!

    Was this answer helpful?

    0 comments No comments
  2. ScottGem 68,830 Reputation points Volunteer Moderator
    2019-04-09T12:34:27+00:00

    Hi,. I'm an independent adviser and believe I can help.

    Unfortunately, the answer is not good. Access just doesn't work that way. If you are using Access tables for your data store, the back end has to be on a local server. Access needs to be able to create a lock file when it opens the back end and can't do that in the cloud. With most cloud storage, the cloud is synced with your local drive. So you are actually working with a local copy which is then synced to the cloud either overwriting or creating a new copy of the cloud file.

    The only way to store your data in the cloud would be to use an Azure (or other online) database and link to that.

    Was this answer helpful?

    0 comments No comments