Skip to main content

What Is Access Good For, Anyway?

What is Access good for? That’s a good question. Well, the list of what you can do with it is a lot longer than the list of what you can’t do with it — of course, especially if you leave things like “wash your car” and “put away the dishes” off the “can’t do” list. When it comes to data organization, storage, and retrieval, Access is at the head of the class.

Building big databases


Okay, what do I mean by big database? Any database with a lot of records — and by a lot, I mean hundreds. At least. And certainly if you have thousands of records, you need a tool like Access to manage them. Although you can use Microsoft Excel to store lists of records, it limits how many you can store (no more than the number of rows in a single worksheet). In addition, you can’t use Excel to set up anything beyond a simple list that can be sorted and filtered. So anything with a lot of records and complex data is best done in Access.

Some reasons why Access handles big databases well:

  • Typically, a big database has big data-entry needs. Access offers not only forms but also features that can create a quick form through which someone can enter all those records. This can make data entry easier and faster and can reduce the margin of error significantly. (Check out Chapter 7 for more about building forms.)
  • When you have lots and lots of records, you also have lots of opportunities for errors to creep — duplicate records, records with misspellings, records with missing information — and that’s just for openers. So you need an application such as Access to ferret out those errors and fix them. (Chapter 9 lays out how you can use Access to find and replace errors and search for duplicate entries.)
  • Big databases mean big needs for accurate, insightful reporting. Access has powerful reporting tools you can use to create printed and onscreen reports — and those can include as few or as many pieces of your data as you need, drawn from more than one table if need be. You can tailor your reports to your audience, from what’s shown on the reports pages to the colors and fonts used.
  • Big databases are hard to wade through when you want to find something. Access provides several tools for sorting, searching, and creating your own specialized tools (known as queries) for finding the elusive single record or group of records you need.
  • Access saves time by giving you new uses for existing tools you may have used to import data from other sources — such as Excel worksheets (if you started in Excel and maxed out its usefulness as a datastorage device) and Word tables. This saves you from reentering all your data and allows you to keep multiple data sources consistent.

Building apps

There are several ways to build apps — a term that’s come to mean an application that runs on a smartphone or other hand-held device — but that also applies to SharePoint, with Access 2013.

You can build an app using the Access 2013 Web App template or build a custom web app, starting from scratch. You can also download an app from the Office Store and then customize it. You can also build a standard database, just like you always have in Access, and publish that via the web.

Now, that said, this is not a book about apps or building them. The goal of this book is to show you how to use Access to build databases for use on a computer (a desktop or laptop/notebook). If you need to create a database app for use on a smartphone or tablet, you can check out any of the following publications or explore instructions available online by Googling How do I create a database app with Access 2013?.

Comments

Popular posts from this blog

Access Field Types and Uses

A field, you remember, is where your data lives. Each field holds one piece of data, such as Last Name or Batting Average. Because there are so many different kinds of information in the world, Access offers a variety of field types for storing it. In fact, Access puts the following field types at your disposal: Short Text Long Text Number Currency Date & Time Yes/No Lookup & Relationship Rich Text Attachment Hyperlink OLE Object Calculated There’s also an Autonumber field type, which is applied automatically to the first field in a new, blank database. The types just listed are those available for fields you create in addition to that first field — the ones that will contain your data. For now, suffice it to say that the Autonumber field is a field that contains an automatically-generated number so that each record is unique in that it has a unique autonumber, or ID. You get the word about the need for (and ways to create) unique fields later on, in Chapter ...

Building a Database in Access

So you’ve read a few posts here at the beginning of the blog, maybe you’ve leafed ahead where I’ve referred to other chapters, and now you feel ready. You want to dive in and start building a database. Keeping in mind my previous advice to take it slowly, you can take a whack at it here. In the following procedure, you set up a new database and then use the Table Wizard to build the first table in the database. Ready? Here we go . . . 1. If Access is not already running, take a moment to start it. Chapter 1 shows you how to do this. In the Access workspace, a series of large template icons appears, below a Search for Online Templates box, accompanied by links to likely searches for templates that store Assets, Business, Contacts, Employee, and so on. 2. Click the Blank Desktop Database icon. A Blank Desktop Database dialog box appears, as shown in Figure 3-1. Figure 3-1: New blank databases need names. Give yours one here. 3. Type a name to replace the generic Databa...

Adding buttons to the Quick Access toolbar

Speaking of the Quick Access toolbar and all the ways you can access commands for customizing it, try this to add commands: 1. With any database open (so that the Ribbon tabs are displayed), rightclick any of the buttons on any of the tabs. You can also right-click the Quick Access toolbar or any Ribbon tab. 2. Choose Customize Quick Access Toolbar. The Access Options dialog box opens (shown in Figure 2-13), with its Customization options displayed. Figure 2-13: Pick a command category and a command to add to the Quick Access toolbar. 3. Click the Choose Commands From drop-down list and choose a command category. A list of Popular Commands appears by default. 4. From any (or each) category, choose the commands you want to see at all times in the Quick Access toolbar by clicking them one at a time and then clicking the Add button. As you click the Add button, the command you chose is added to the list on the right. Note that you have up- and down-pointing triangles o...