Update database multiple users

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Sure. You can also set different level of record locking also.

However, if you are going to have multiple users updating the same database simultaneously, it is recommended that you split the database into a back-end and front-end. The back-end contains all the data, and the front-end contains all the forms, queries, and reports. Each user would have their own copy of the front-end.

If you look in Access' built-in help files, it will tell you how you can split a database.
 
Upvote 0
After splitting the database is there a way to automatically update the front ends when you make a change to a form, report, etc...
 
Upvote 0
You want to keep one master copy of the front-end. Then when you make a change to it, you can re-distribute it to your user group.

I automate this task by having my users click a shortcut to a batch file rather than on the front-end database directly. My shortcut checks for the lastest front-end, copies it over to their workstation, then opens it.
 
Upvote 0
Create a file using any Text Editor (i.e. NotePad).
Type in the code like I referenced in my previous link.
Save with a ".bat" extension. Then it will run automatically when double-clicked on.
 
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,463
Members
452,915
Latest member
hannnahheileen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top