Microsoft Access 2011

Posted on  by 

The text will wrap automatically, and scroll bars will appear by default when there is still too much text to display (unless, of course, you’ve turned scroll bars off in the Property Sheet). Another tip for forms: check out the control “anchoring” feature, which was introduced in Access 2007 and is described in the video Make a text box. Mainstream End Date. Extended End Date. Microsoft Access is available for PC only. The most up-to-date version of Microsoft Access is always available with a Microsoft 365 subscription. Microsoft Access 2019 is the latest version of Access available as a one-time purchase. Previous versions include Access 2016, Access 2013, Access 2010, Access 2007, and Access 2003. Microsoft Access 2013. Known for being a database management program, Microsoft Access is designed to make it easier to use database-related web apps. Users can access them through SharePoint and select the type of template that they want. Once a template is chosen, Microsoft Access automatically creates a database structure, command interface.

Many of you have Microsoft Access installed on your computer and aren’t taking advantage of it. But a database can be a tool that solves many of your problems.

What is a database?

A database is a container which stores a variety of information. The principal way of storing information in a Microsoft Access database is with tables. You can use a database to store information about the students in a school, members of a church, your friends or varieties of plants in your garden. You can then use that information to search for particular information for referencing purposes, do mathematical operations and sort your data using simple commands from customized menus.

Microsoft Access 2011

A description of the Microsoft Access 2010 interface (click to enlarge).

What is a Table?

A table contains all the information about a specific subject. Each row in a table is called a record. Every record is unique and made up of elements called fields. Before creating a table in Access, decide on all the fields that will make up your record. Each field in the record must be given a:

  • field name
  • field type
  • field description

Other field properties become necessary depending on the field type chosen. For our first database, we will focus on creating our first table.

Create your first database

First, launch Microsoft Access. Click Start, type: access 2010.

Microsoft Access 2011 For Mac Free Download

Hit Enter on your keyboard. Alternatively, you can click Start > All Programs > Microsoft Office > Microsoft Office Access 2010. Please note that Microsoft Office Access is only available in the Professional edition of Microsoft Office, and as a standalone application. If you would like to try it out for the purposes of this article you can download a free trial, which you can use for 60 days, here.

In Microsoft Access, select Blank Database under Available Templates.

Give the database file a name. For the purposes of this article I will call mine “Youth Group.” Click Create.

Free

By default, Microsoft Access will setup a preconfigured table for us. But we want to customize it a bit. In the Home tab, click in the View group and click Design View.

In design view we can customize the attributes of our database. Before proceeding we are prompted to give our table a name. I will call this table ‘Members’ since I am creating a database of all the members in my local youth group.

Click OK when complete.

We are now in what is called the Data Dictionary view of Access. Here we have control over designing our database. Specifically, we can control details about the table that will contain the information about the members of my youth group. As we noted earlier, a database is used to store information. So we will create a table of some information we would like to keep about members here. This can include things like: first name, surname, phone number, age and membership. These attributes will constitute the fields that make up the table in our database of members.

Let’s start entering the information.

In the above screenshot I entered my first field, which is “First Name.” the Data Type for this field would be Text. When we define the data type it lets Access know what kind of value to allow in a field. This lets us keep strict control over the information entered into the database. So if more than one person uses and updates the information, they have to enter the right information every time.

As you can see, there are a variety of data types. Let’s describe some of the common ones we will use:

TableText or combination of text and numbers, such as names and addresses also numbers that do not require mathematical operations to be performed on them, for example, a person’s phone number.
MemoEntries that are too long to be used as a text, for example, a paragraph.
NumberNumeric data to be used for mathematical calculations, except monetary calculations.
CurrencyUsed for data that involve currency.
Yes/NoField that contains one of two values.
Date/TimeUse for date fields.

In the above screenshot, we provide a description of the purposes of this field. This can be quite useful if more than one person is involved in designing the database.

Once we have filled out all the necessary information for our database dictionary, click Save on the Quick Access Toolbar.

We can now start entering information into our database. To do that, click the View button.

Entering information into our first Access database

To enter information, just click in the cell and enter the text appropriate for each field. You can quickly move to the next field by pressing Tab. Repeat these steps until you have filled out all the fields.

You can save the database, close, open and update it at anytime. You can also create other tables with other unique information related to your database, such as a table with the members’ parent information, for instance.

Free

A database is not something you create on a whim, though. It should be carefully planned so maintenance and updating can be easier. Here are some tips to consider when building your database.

  • What type of information you would like to have stored in your database.
  • Define the type of fields that will make up your database
  • Consider keeping it simple and not have too many fields in a table for a particular scenario, consider creating additional tables to store related information.
  • Make sure you use the data dictionary to help define your database, this will be essential for future purposes when you start using advanced features in Access such as Relationships, Queries and your database starts to get large.
  • Think big, databases are meant to store large amounts of information, so design your database with growth in mind, this encompasses everything previously noted when designing your database.

Related Posts

Microsoft Access 2011

  • Here is a guide on how to remote access a Mac from another computer to get…

  • Here is a guide on how to create encrypted disk images in MacOS to backup or…

  • The Microsoft Surface Pro 4 balances perfectly the needs of most laptop users who need…

So you merely would like to navigate to a given folder! Well, as usual, there are numerous ways to accomplish this.

Microsoft Access 2011

Method 1 – FollowHyperlink Method

Microsoft Access 2011 For Mac Free Download

The first method is to use the FollowHyperlink Method. This is a great technique because it requires minimal coding and will open the folder in the user’s default software of choice. The code would look something like:

Method 2 – Shell Function

Trial

You can use the Shell Function to specify which program to use and pass it whatever variable that application accepts. So for our needs, we can merely use Windows explorer to open the folder we are interested in. The code would look something like:

Microsoft Access 2011

In the case of the FollowHyperlink Method, you obviously have to ensure that your users’ actually have the program you are trying to utilize to open the folder and be careful with the exe location since it may change depending on OS versions, but you can easily build a more robust function to handle all these exceptions/cases.

Coments are closed