User access to Front End of split database

riggsd

Board Regular
Joined
Jan 29, 2003
Messages
143
For a split database, do each of the users have to have a copy of the front end on their desktop or can they all just use the one in the shared folder?

I'm concerned about each user having a copy on their desktop as each time I make a change to the forms, queries, reports, and code, they have to manually replace the file on their desktops.

Thanks in advance.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
For a split database, do each of the users have to have a copy of the front end on their desktop or can they all just use the one in the shared folder?
No, they each have their own copy.

I'm concerned about each user having a copy on their desktop as each time I make a change to the forms, queries, reports, and code, they have to manually replace the file on their desktops.
Not a problem, just need to know a few "tricks of the trade". There are a few ways to do this, the following is my favorite.

I create a batch file that does the following:
- Copies a new version of the database down from a location on the network down to their drive
- Opens the database it just copied down to the C drive

Then, I place a shortcut to this batch file on their Desktop. So they use this to run the database.
So every time they run it, it copies down a fresh copy of the front-end to their hard-drive and runs that.
So whenever you have changes to make, you just update the version on the network that gets copied down!
 
Upvote 0
I use a method that tracks versions within the database.
When it starts, it checks and if it finds a newer version, it shows a warning message, creates a batch file to copy the latest accde, closes the database, copies the file and opens the database.
Once setup, easy to maintain.
I even have a Maintenance menu which holds a version log and amendments, and backs up, front end, backend, and creates the new accde after updating the version number.
The benefit of this method, is that it only copies when needed, not all the time.

Found this on the net, and modified slightly, but 99.9% of the work was done for me.

See post 8 in this thread https://www.access-programmers.co.uk/forums/showthread.php?t=293847&highlight=update+front

HTH
 
Upvote 0
As you can see, there are various different ways you can go about this, each with advantages or disadvantages.

The benefit of this method, is that it only copies when needed, not all the time.
That can be a good and bad at the same time.
The "advantage" that I find with doing a fresh copy all the time is if they experience some sort of corruption, or accidentally delete (or change) some objects they were supposed to, all they need to do is close it down and re-open it and they get a new copy (so it means they bug me less!;)).
Of course, the disadvantage is that they will lose any customizations or custom queries that they have created (most off my users aren't that technical, so that really is not an issue for me).
 
Upvote 0
Joe,
I'm not knocking any method. A lot of people on that forum do the same. I am fortunate that I currently only have a few users and the are also not technically minded, so have managed to get away with my method.
 
Upvote 0
I'm not knocking any method.
I am not either, and I am not knocking your method.
The point I was trying to make as that there are different ways of going about, that have different advantages and disadvantages that depend on their environment and users.
I was simply trying to point out the differences so that they can make the best decision for them, based on their conditions (which we do not have enough knowledge of).

Whereas the method I posted works well for me, it could be very frustrating if they have technical users who like to create and save their own queries!
Its always good to give the users multiple options to choose from!:)
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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