Ah, ok, then it sounds like the real issue is not so much user friendly, but
an issue of users being able to run/use the application.
So, that is my miss-understanding here (often, some people say, make the app
web friendly..and as a solution will NOT fix bad software).
However, you are 100% correct in assuming that web based does solve most
problems of accessibility, and allows users just about anywhere to use the
application.
You can start to use DAP. This does mean of course that you need to run a
web server.
In addition, any time you deploy ms-access applications on your network, you
SHOULD be running a split database. That means each users pc gets a front
end database (usually a mde). So, this issue of pasting the path name to a
server copy of the database is NOT the recommend way to run a ms-access
database (even with a good network, you will often get corruptions if you
allow multiple users into he same front end. So, run a split arrangement,
and that should eliminate/reduce corruptions on your network.
What happened was that yesterday we tried to paste the
address of the sharedrive into an email so that all the
executives would have to do is select the link and it
would automatically put the user into the first form in
access.
As mentioned, you should not allow multiple users into the same front end
And, I have to assume you are running a split database anyway..right? (if
you have not split...then how are you doing any development on the
database?).
So the only option the recipient has is
to save the database to their hard drive. This doesn't
help me collect data
Well, if you run a proper setup, then yes, all data stays on the server..and
only the forms/code (the app) gets placed on each pc.
My whole article on using a wan is very much centered around this issue of
people trying to use a split database. Any budding developer will quickly
realize that the only reasonable approach to development is a split
database. The next step learned is that for multi-user applications, then
the front end is placed on each pc. Then, my article on wans comes into
play, as users THEN think you can run a split database across a wan. You
certainly can, and should run a split database across a lan..but NOT a wan.
It is not clear to me if you have done the first two steps (split..and then
place a mde on each computer).
You can certainly using something like WinZip, and ziip up a mde file and
email it to users on your system. You simply have the zipped file un-zip to
a working dir..and then users can launch the mde file..but course the
tables/data is still sitting on your server (as mentioned, this process
reduces corruption by a lot).
You can read up on splitting here:
http://www.granite.ab.ca/access/splitapp.htm