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?
|
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? |
||||||||||
|
|
|
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. |
|||
|
|
|
|
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. |
||||||||
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. =) |
|||
|
|
|
|
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. |
|||
|
|
|
|
First off, let's make sure the question is clear:
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. |
||||||||||
|
|
|
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. |
||||||||||
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|