Hi Duane,
Access 97 is a very stable version of Access. If it is still serving your
needs, then perhaps you do not need to upgrade. The next version of Access
that is scheduled to release, known as version 12, represents a huge
development effort by Microsoft. The size of the Access Development team was
increased significantly for this release. You might want to read up on the
various changes that are covered in a blog maintained by Erik Rucker:
http://blogs.msdn.com/access/. Microsoft would not be making such a hugh
investment if Access had no future.
> If Access still has a future, another question is what is the best way for
> releasing software and updating the front-end forms side to the users?
Two methods come to mind. Access MVP Tony Toews has a free utility available
that many people use very successfully. See this link:
http://www.granite.ab.ca/access/autofe/details.htm
I have code available that is much less sophisticated than Tony's utility,
but it does the job for me:
http://www.access.qbuilt.com/html/update_front_end.html
> I've used the user security on the form and module code, but think there's
> probably ways to get around that.
Yes, there are. It's usually fairly easy too. Access "security" is a bad
joke, but that's all I'll say on the subject.
> Making a MDE solves that, but another step and I like the idea of users being
> able to at least make temporary queries.
I've never had any problems with users making temporary queries in .MDE
files. You must, however, use a split design. Each user should have their own
local copy of the FE database, in order to prevent conflicts. Here is another
article that you might find useful:
Implementing a Successful Multiuser Access/JET Application
http://www.access.qbuilt.com/html/mu...lications.html
Tom
http://www.access.qbuilt.com/html/ex...tributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
"Duane" wrote:
> I'm not really sure which forum to ask this question in, so point me in the
> right direction if there's a better place.
>
> I'm still using Access97. Haven't seen a reason to update, but a better
> reason is the user's don't want an added expense for updating. I'm just
> wondering for any new projects, if Access is still a good database with a
> future, if Microsoft is targeting some other software, if newer versions are
> about to be released, or if I should start looking at something else. Most
> of the applications are for just a small number of users concurrently.
>
> If Access still has a future, another question is what is the best way for
> releasing software and updating the front-end forms side to the users? I
> had tried replication, but that never worked out very well. It wasn't very
> long ago that one user had problems with replication not being updated and
> was too old. Nothing had changed. Converting it to non-replicated fixed
> that problem, but with other databases programs that are updated more often,
> it's always a pain to copy a several megabyte file on, and then update all
> the table links. I've written a utility automate the re-linking, but just
> wanted to know what others are doing. It would be nice to just update the
> changed form. I could e-mail that to them.
>
> Also, what's the best to protect your code? I've used the user security on
> the form and module code, but think there's probably ways to get around
> that. Making a MDE solves that, but another step and I like the idea of
> users being able to at least make temporary queries. Maybe, a bad idea?
>
> Thanks for any help and comments,
>
> Duane
>
>