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.
    An image showing the templates of Access
  5. Use the search box to look for online templates if you don’t find what you’re looking for.
  6. The template overview window will open once you choose a template.
  7. Here, you may change the File Name and file path.
    A visual of renaming and saving an Access template
  8. Click Create to build the database. It’ll open automatically.
  9. You’ll see the welcome screen. Click on Get Started to use the database.
  10. The left-side Navigation Pane shows you all database objects like Tables, Queries, Forms, and so on.
  11. You can start entering project tasks by clicking on New Task within the Task List form.
    A visual of the Access template task list form view
  12. You can double-click on Tasks beneath the Tables menu on the left side to review the raw database.
    A visualization of the Access template task tables
  13. 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.
    An image of the Access Blank database overview window
  4. Click on the Create button to build and open the empty database.
    A visual of the Access Blank database once it opens

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.
    An image showing adding a table
  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.
    An image showing renaming ID field on Access
  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.
    A visual of adding fields from the Design View
  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.
    A visualization of records and fields on Access
  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.
    A graphic showing creating Form in Access
  3. Click on Form.
  4. Access will automatically create a form based on the table data.
    An image of a table-based form on Access
  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.
    An image of new form in Access for data entry
  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.
    A graphical view of creating query in Access
  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.
    An image of a query on Access
  5. Add criteria for Order Filled by entering an equals sign (=) followed by Yes.
    A visualization of a query that has been run on Access
  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.
    An image showing how to create a report on Access
  3. Right-click on a field and select Delete Column to remove any fields.
    A visual of the report adjustment steps in Access
  4. In the bottom-right corner, click on Print Preview to visualize your report.
    An image showing a finished report of Access database
  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.