Skip to main content

Customizing the Access Workspace

Any good application provides some capability for the user to customize the workspace — from adding and rearranging buttons on the toolbar to dragging toolbars and panes around to optimize the layout.

Access is certainly a good software application, so it does what any good application does: It allows you to customize the workspace. You can move the Quick Access toolbar, you can add buttons from the main tabs to the Quick Access toolbar, you can resize the Ribbon, you can tweak the status bar, and you can decide how (or if) your ScreenTips are displayed as you mouse over the tools.

There’s no need to do any customization, really — the default settings for toolbar locations, button combinations, and onscreen help are designed with the average or most common user in mind, and they’re pretty good. On the other hand, you may just want to tweak things to feel at home. (Think of the times you’ve fluffed the pillows on the couch before lying down — they may not have needed it, but you want to make your mark on your environment, right? Right.)

Repositioning the Quick Access toolbar

For the position of the Quick Access toolbar, you have two choices:

  • Above the Ribbon, which is the default location
  • Below the Ribbon

To move the Quick Access toolbar, simply right-click it and choose Show Quick Access Toolbar Below the Ribbon. Figure 2-12 shows the pop-up menu with this command available. Note that if you click the down-pointing triangle at the right end of the Quick Access toolbar, the command is Show Below the Ribbon.

When you place the Quick Access toolbar below the Ribbon, you’ll notice that the same command (viewed by right-clicking the toolbar in its new location) is now Show Quick Access Toolbar Above the Ribbon. So it toggles like that, switching from Above to Below, depending on its current location.

Tip
You don’t have to right-click specifically the Quick Access toolbar in order to reposition it. The aforementioned command (Show . . .) is available in the pop-up menu that appears when you right-click the tabs, too.

Figure 2-12: Right-click the Quick Access toolbar to move it above or below the Ribbon.
Figure 2-12: Right-click the Quick Access toolbar to move it above or below the Ribbon.

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

Choosing Between Flat and Relational Databases

Unlike ice cream, databases come in just two flavors: flat-file and relational. Also unlike ice cream, it’s not really a matter of preference as to which one you choose. Some databases require a relational approach; others would be overwhelmed by it. Read on to figure out how to tell the difference. Isolationist tables In a flat system (also known as a flat-file system), all the data is lumped into a single table. A phone directory is a good example of a flat-file database: Names, addresses, and phone numbers (the data) are crammed into a single place (the database). Some duplication occurs — if one person has three phone lines at home, his or her name and address are listed three times in the directory — but that’s not a big problem. Overall, the database works just fine. Tables that mix and mingle The relational system (or relational database) uses as little storage space as possible by cutting down on the duplicated (also known as redundant) data in the database. To a