vote up 5 vote down star
2

It's the Office app everyone loves to hate ;)

I admit that it's often abused or misused, but it does come in handy on occasion. So what do you think? Are there appropriate uses for Access, or should MS jetison it from the Office suite?

flag
1  
Terrible question. Just asking it shows an irrational hostility to Access, in my opinion. Most people who hate Access are simply ignorant of how to use it appropriately, in my experience. – David W. Fenton Jan 23 at 2:45
Great question. Everything has it's place, even Access, as little as I use it, sometimes it's invaluable to use in a pinch. – Jas Panesar Jan 23 at 3:29
@David; I'm actually an advocate of Access where I work. I use it for many things, alot of which are given below. I posed this question after reading a comment on another SO question that implied people that use Access aren't real developers... – Patrick Cuff Jan 23 at 12:01
Many people who use Access are not real developers. But many real developers use Access. What makes the difference is not the tool, but what is done with it. – David W. Fenton Jan 25 at 0:49

16 Answers

vote up 13 vote down

First off, let's make sure the question is clear:

  1. "Jet" is the default database engine for Access (in Access 2007, it's the ACE, which is just an upgrade of Jet 4).

  2. "Access" means the database front-end development tool.

Jet is a perfectly suitable data store for data that is used by individuals and small workgroups. Once user populations approach 20 and security/access controls needs grow, Jet is less satisfactory as a data store.

Access is an excellent RAD database development tool. It is full-featured and offers access to almost every back-end data store in existence. Professional developers can deliver a working Access database application in much less time than any of the other alternatives.

I have been developing professionally in Access since 1996. The vast majority of the clients for whom I've worked would not have been able to afford a database application built on any other platform (this is irrespective of whether Jet is used as the back end or a server database), because they are mostly small businesses with minimal budgets and little patience for extended development processes. Hiring an outside developer to produce an Access app is the only way they are going to be able to afford any significant database application.

I have also been brought in by larger companies to do "micro development" for individuals and departments, as well as to rescue user-developed Access apps that have become critical to business needs. Access provides an excellent path for these user-developed applications to be turned into robust applications, precisely because of it's back-end flexibility, but also because front-end development is so quick that it's fairly easy for an experienced developer to analyze an existing app and figure out how to revise it to work more efficiently and reliably.

The RAD development aspect of Access is something that I think most of the posters on StackOverflow have really never encountered. The vast majority of questions tagged MS Access do not involve Access at all -- they are all about using the Jet database engine. This confusion is not the fault of users, because MS has done a terrible job in its documentation of confusing the situation (not least with naming the Jet ODBC and OLEDB providers "MS Access") by using "Access" when they mean Jet (or ACE in Access 2007).

Many people from outside the Microsoft orbit seem to me to not even understand that Access is a lot more than just the Jet database engine. This makes it hard for professional Access developers like me to be taken seriously.

But I can do without that respect as long as I keep getting calls to develop and revise Access applications.

link|flag
Good explanation, +1. I note you use 'Jet' as a synonym for ACE (in which the 'A' stands for 'Access'). I hope you will now cease admonishing folk on SO who use 'Access' as a synonym for Jet or ACE; perhaps you could link to this post instead? :) – onedaywhen Jan 23 at 11:58
I meant Access, the Office database tool. – Patrick Cuff Jan 23 at 12:03
I agree whole-heartedly. It seems impossible to get through to people that you do not need a fully-featured database for a small company, nor is it sensible to pay large development costs for a function that is being phased out. ... – Remou Jan 23 at 14:11
... For example, I provided a company with a small Access application over 15 years ago, and so far there have not been any problems. The database can never grow, it is limited by the size of the profession in this small country. – Remou Jan 23 at 14:13
Micosoft's biggest problem with promoting Access is how awkward MSDE was to deploy and Jet corruption. SQL Express fixed both problems, but the damage was done. That, combined with the desire for everything to be on the web (even when not appropriate) has made Access seem like a "toy" to many. – Godeke Jan 23 at 18:58
show 11 more comments
vote up 5 vote down

I use Access for analysis of large amounts of data that can't be imported into Excel. I also find it's easier to analyze the data with SQL queries than it is with Excel formulas and/or VBA macros.

link|flag
vote up 4 vote down

Let's face it. There are a lot of people who are not developers or "tech" folks who need to store data and MS Access provides a solution for them. IMO it's a great way to store data for smaller applications / demands or the casual computer user.

Obviously it can be used to a greater extent as many bigger businesses still like to use it as a backend.

link|flag
"people who are not developers or "tech" folks" can't possibly setup a functional MS Access Form/Reports/Queries. I've seen it attempted and it aint pretty. Most of the time a "tech" has to step in and fix/do the project anyway. – Allain Lalonde Jan 22 at 16:28
My opinion is if it is too complex for an office user to work it out in office tools (access), then the tech person that steps in better be moving it to a more robust solution. – EBGreen Jan 22 at 16:39
Not all office people are incapable of study and a number of them may have done a certain amount of tech training in school or college. Not everyone ends up a tech via a college degree in computing, which means they started somewhere :) ... – Remou Jan 23 at 11:49
... For the most part, it is better to store lists (customers, products, record collection) in a database or some sort. – Remou Jan 23 at 11:49
vote up 4 vote down

I use MS Access as a way for my clients to pass me large data..

then i just import the data to my SQL Server its easy for them and easy for me..

it works. =)

link|flag
vote up 3 vote down

I found it handy as a fat-client viewing - for example - an Oracle database. Of course you are limited to the ODBC-driver you are using. But I would not use it for a "serious" application - for my personal cd/dvd/blu-ray collection database it is okay and easy to use - for everything else I would use a real database.

link|flag
vote up 3 vote down

Access is great for a few things.

1) Simple Databases with fewer records (read comments) that don't need weblication. My experience used to be 10,000 records, then it was maybe 100,000. With the gains in computing power and any changes to the software it self it could be higher.

2) Building a simple proof-of-concept application in an evening to show someone the workflow it needs to be

3) Data importing/analysis. Sometimes I have to compare excel files, with lotus notes databases (via NotesSQL). Access lets you connect to a bunch of odbc tables and compare them all in one DB. Very handy. Also the built in reporting isn't bad.

4) I know a developer who uses it as a multi-user front end to MySQL. He does really well with it.

5) Fleshing out databases / relationships during a meeting or a discussion. Some things Microsoft does well.

6) When you have to build a project for a client, and they need to start using something TODAY. Get them a structure DB that you'll use later, build a GUI in 2 days, get them going bare-bones while you build the real app. When time comes to switch, you have some data to test, a tested data structure to run the real solution with.

7) Access is often used in companies, especially larger ones that can't get budget approval to solve an application need. Often someone will discover access and build something internally. Then it will become valued and someone needs to be hired to continue it, convert it, etc.

link|flag
I like most of what you say, but the 10,000-record limitation is completely ridiculous. I've had Access/Jet applications with a dozen users that had more than one back-end table with more than 250K records in them, and performance was just fine (because of good app design). – David W. Fenton Jan 26 at 21:17
OKay, 10,000 records was probably a while ago, 100,000 would be better? I'll adjust it, I don't mind. – Jas Panesar Jan 27 at 2:31
100K is not an issue in a well-designed app with a properly-implemented schema. So, no, I don't think 100K is right, either. I think the main issue is when your data starts to bump up against the 2GB limit on the size of an MDB/ACCDB. It has nothing to do with the record count. – David W. Fenton Jan 27 at 22:26
I guess I am only speaking from my experience then. Only a few access projects I worked on pushed that limit. Often I have had to migrate it for other reasons by the time it gets regular use ala #7. – Jas Panesar Jan 28 at 17:57
100K and 250K are still way too low. Access handles large datasets quite well. I have used it numerous times with good performance on tables with upwards of 5M records. As with any DB tool, the DB design is the key issue for good performance on large data sets. – JohnFx Feb 5 at 20:36
vote up 2 vote down

Prototyping is probably the #1 use of Access for a serious developer. It's much quicker to get things done in a desktop sandbox that I can keep around for testing later.

It's also useful as a front-end for other database engines. If you know how to use the Access query wizard, it can be a great productivity tool.

link|flag
vote up 2 vote down

It's ability to access and query data from a range of sources can be really handy. You can link to text files, Sql Server and Oracle etc. at the same time which can be really helpful when doing data conversions and the like.

link|flag
vote up 2 vote down

I used Access for a fast "application" for telemarketing. It was fast and easy and worked. Also a very graphic way of learning the different relationships between tables, queries, keys and some things a 16 years old wouldn't understand by reading a "Learn MySQL in 25 days". Maybe if some rules or advices where given during the development process, and explain Access limitations upon start, would prevent from over-using it. Anyway, look at the examples Access comes with.

link|flag
Actually, the Access sample databases include a lot of things that are not good at all in terms of development practices. For instance, binding a form to an entire table is not something that is going to scale well. The samples and templates teach a lot of bad practices, in my opinion. – David W. Fenton Jan 26 at 21:19
vote up 2 vote down

You can get a lot of functionality in a short amount of time. Many IT pros want to discourage its use by the less technical people. You can't expect everyone to wait for the robust, scalable, secure, REAL application to be created by the over-loaded IT department. I'm reminded of the Monty Python skit where they hunt for mosquitoes with a bazooka.

link|flag
vote up 1 vote down

I don't think it should be jettisoned from the office suite because there are plenty of uses for a database application and not everyone needs a full blown instance of SQL Server or even an instance of a freebie like MySQL.

link|flag
vote up 1 vote down

There's no question of MSFT jettisoning MS Access altogether: it makes them good money for the little maintenance they put in (after not touching the engine for nearly a decade, the changes for Access 2007, including DAO, were very disappointing).

I think the question is: should MS Access be disassociated from the Office suite because it is so 'different' for the other? Although it is undoubtedly a niche product, perhaps comparable to Visual FoxPro, I imagine MSFT have a good idea of the commercial benefits (or otherwise) of the MS Access application being part of a suite and I think MS Access will remain in the party for many releases to come.

link|flag
I think access provides value in most organizations it sneaks into by way of #7 in my post. People have a tool to try and start solving their own problems while awaiting funding or approvals. – Jas Panesar Jan 23 at 18:41
vote up 1 vote down

In a phrase "local processing". When data is local you can stop worrying about a long list of problems-- locking, establishing a fast and reliable network connection, setting up a server side reporting tool, etc. Local data is also static. You could accomplish this with a server side reporting database, but who has the time.

link|flag
vote up 1 vote down

Access comes to be appropriate as soon as Excel cannot do the job anymore!

This can be true at an individual level. It also works (with some restrictions) at the enterprise level. In this last situation, Access will be basically used to build front-end apps meant to work with back-end database servers, not mdb files. Use of Access as an enterprise software has been thoroughly debated here, but don't believe that anybody who 'knows' Access knows enough to build a professional software out of it.

link|flag
vote up 0 vote down

I think Access is somewhat different from other Office apps in a way that to be somehow productive with it you should know a lot of things, i.e. database basics.

In my limited experience I've never met a person who really knows how to use Word or Excel effectively, who knows how to use every obscure feature. So most people use Office when they need something quick and dirty but decent-looking.

link|flag
vote up 0 vote down

In my company, we have running apps on MS SQL and Oracle servers.

But to be honest - "normal" people don't know about anything besides "If I want to close this application, I choose File/Exit" and alike. That is why we created lots of MS Access databases + Excel workbooks. Each one is backed by VBA, and is usually used to grab / view specific data, which aren't easily accessible in other way.

Each MS Access database has usually one main form with two, rarely more, buttons. We hide everything besides this form, it is so easy to use, that everyone is able to do so, without any training.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.