How to Create a Database in Microsoft Access: A Step-by-Step Guide (2024)

Microsoft Access is a GUI-based front-end database app that brings the power of software development tools and Microsoft Jet Database Engine in one no-code and low-code platform. Therefore, creating a relational database in Access is a breeze.

This article will show you the simple steps to create a desktop-based Access database using a template. It’ll also explain the steps to create an Access database from scratch by building your own forms, tables, reports, and other objects.

Using Templates to Create a Database in Microsoft Access

Microsoft gives you access to several production-ready Access database templates. You can use these templates without modification or personalize them a bit for branding purposes.

An Access database template comes with all the necessary objects that a functional database needs. For example, you’ll find tables, queries, macros, reports, and forms in any template that you pick.

You can pick any database template to get started with the Microsoft Access database. Here is how:

  1. Open Microsoft Access on your laptop or desktop.
  2. You should see the home screen view of Access.
  3. Click on New on the left-side panel.
  4. You should see many Access database templates.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (1)
  5. Use the search box to look for online templates if you don’t find what you’re looking for.
  1. The template overview window will open once you choose a template.
  2. Here, you may change the File Name and file path.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (2)
  3. Click Create to build the database. It’ll open automatically.
  4. You’ll see the welcome screen. Click on Get Started to use the database.
  5. The left-side Navigation Pane shows you all database objects like Tables, Queries, Forms, and so on.
  6. You can start entering project tasks by clicking on New Task within the Task List form.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (3)
  7. You can double-click on Tasks beneath the Tables menu on the left side to review the raw database.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (4)
  8. Click on the Close (X) button in the top-right corner beneath the ribbon to close any open database objects.

How to Create a Database in Microsoft Access From Scratch

Though Access database templates save you some time, it doesn’t let you dive deep into the working of a database. You need to create a database from a blank Access file using your own data, table, forms, and other parts. Download this sample Access database to start building your own.

Related: How to Learn Microsoft Access: Free Online Resources

You can start creating your own Access database by following these easy steps:

  1. On the Access ribbon menu, click on the File tab.
  2. You’ll see the Blank database option. Click on that.
  3. Change the name and path in the Blank database overview window.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (5)
  4. Click on the Create button to build and open the empty database.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (6)

The empty database is the foundation. You need to add data and database parts to make it a functional database. The following sections will show the steps to add basic database parts of Access:

1. Add a Table

The empty database will automatically add a table, Table1. The table in the Datasheet view resembles an Excel worksheet. However, Access uses the term Field for columns and Record for rows.

If you want to add a new table to your database:

  1. Click on the Create tab of the ribbon menu.
  2. You’ll see six sections of database parts like Application, Table, Query, Form, Report, and Macro.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (7)
  3. Simply click on Table to create Table2.

Related: How to Create Relationships Between Multiple Tables Using Data Model in Excel

2. Adding Data to Tables

Though the Access database looks quite similar to Excel, adding data is different. Here are the steps that you should try to add data to a table:

  1. The first field will show as ID. Double-click on that to rename it to Record ID.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (8)
  2. Now click on Click to Add and choose the data type. Data type lets Access know what kind of records you will store in that field.
  3. Choose Short Text for fields such as First Name, Last Name, Address, etc.
  4. To add fields and data types faster, click on the Design View icon in the bottom-right corner.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (9)
  5. You can add Field Name and Data Type side-by-side.
  6. Now, it’s time to add records. Once you add a record beneath First Name, Access will assign the Primary Key 1 in the cell below Record ID.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (10)
  7. Primary keys are unique for each record. Access uses it to build table relationships.

3. Add a Form

Forms help you and your team members to add data quickly. It also makes data entry easier. Replicate the following steps to build a form:

  1. Choose a database table for form building.
  2. Click on Create tab on the ribbon menu.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (11)
  3. Click on Form.
  4. Access will automatically create a form based on the table data.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (12)
  5. The form will also show data from other linked tables.
  6. Click on the New (blank) record button at the bottom of the form to enter new customer details.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (13)
  7. Now, if you attempt to close the form, Access will ask you to save and rename the form.

4. Add and Run a Query

Running a query and fetching data is a vital task that you can perform in your Access database. You may want to try these steps:

  1. From the Create tab on the ribbon menu, click on Query Design.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (14)
  2. Double-click on the tables from which you want to fetch data through queries.
  3. Double-click on the fields that you want to include in your query from each table.
  4. You can also add criteria for each field to show specific data.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (15)
  5. Add criteria for Order Filled by entering an equals sign (=) followed by Yes.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (16)
  6. Switching the database to Datasheet View will execute the query and fetch customer data for filled orders.

5. Add a Report

You can create structured reports for your Access database. Down the line, reports offer vital insights about the project or workflow. Simple steps to create a report:

  1. Select the table for which you want to build a report.
  2. Click on Report from the Create tab of the ribbon menu.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (17)
  3. Right-click on a field and select Delete Column to remove any fields.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (18)
  4. In the bottom-right corner, click on Print Preview to visualize your report.
    How to Create a Database in Microsoft Access: A Step-by-Step Guide (19)
  5. Close the report, and Access will give you the option to save it.

Use Microsoft Access for Powerful Databases

You can create a fully functional database on Microsoft Access by following the above-mentioned steps. Then use your database to manage a lot of work-related stuff like clients, project data, revenue data, content history, and so on.

Though it has a bit of a learning curve, your efforts will surely bring you better opportunities. You can improvise your workflow with a systematic database. Or, you can put the skill in your resume to hunt for a high-paying job in reputed tech companies.

Your changes have been saved

Email Is sent

Please verify your email address.

You’ve reached your account maximum for followed topics.

Manage Your List

Follow

Followed

Follow with Notifications

Follow

Unfollow

Readers like you help support MakeUseOf. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

How to Create a Database in Microsoft Access: A Step-by-Step Guide (2024)
Top Articles
Latest Posts
Article information

Author: Rob Wisoky

Last Updated:

Views: 5485

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rob Wisoky

Birthday: 1994-09-30

Address: 5789 Michel Vista, West Domenic, OR 80464-9452

Phone: +97313824072371

Job: Education Orchestrator

Hobby: Lockpicking, Crocheting, Baton twirling, Video gaming, Jogging, Whittling, Model building

Introduction: My name is Rob Wisoky, I am a smiling, helpful, encouraging, zealous, energetic, faithful, fantastic person who loves writing and wants to share my knowledge and understanding with you.