If you have an Office 365 subscription, one of the apps you can access is Access. It’s a tool to create various types of databases and reports on your computer. If you’re looking for a method on how to build a database, MS Access is the best way to do it whether you want to build a simple or a complex database.

You can use the tool to build a database, create forms for data entries, filter your data using custom queries, and generate reports out of your data. There are step-by-step wizards to help you create these items so it’s not too difficult to use.

Table of Contents
    How To Build a Database With Microsoft Access image 1

    How To Build a Blank Database With MS Access

    The first thing you need to do is build a database. To do this, start a new database in Access. Your data tables, forms, queries, and reports will be saved in it. To do it, you can either use one of the many templates that Access provides or build one from scratch.

    Here we’ll build a database that stores student information and we’ll be using a blank database template.

    1. Launch the Access app on your computer.
    2. Click on New in the left sidebar to create a new database.
    3. Select the Blank database option on the right-hand side pane to create a new blank database.
    How To Build a Database With Microsoft Access image 2
    1. Click on the little folder icon and choose a path to save your database. Then, click on the button that says Create.
    How To Build a Database With Microsoft Access image 3
    1. That’s how you build a database with Access. Your database should be available at the specified path.

    Create a Table In Your Database

    The base of any database is tables. It’s these tables where your data is saved in various columns, and this is what you can run queries on and generate reports from.

    When you build a new database in Access, it opens the new table creation screen in the datasheet view. This view isn’t the easiest to work with and so you need to change it to the design view and then create your table columns.

    1. Right-click on the newly created table and select Design View.
    How To Build a Database With Microsoft Access image 4
    1. It’ll prompt you to save your table first. Enter a name for the table and click on OK.
    How To Build a Database With Microsoft Access image 5
    1. The following screen lets you add columns and their data-types to the table. Keep the first column as-is because it generates a unique ID for each of your items.
    2. As we’re building a student database, put your cursor in the second field and type Student Name. Choose Short Text from the Data Type field.
    How To Build a Database With Microsoft Access image 6
    1. Enter Age as the next field name and choose Number from the Data Type dropdown menu.
    How To Build a Database With Microsoft Access image 7
    1. Add the last column with the name Country and Short Text as the data type.
    How To Build a Database With Microsoft Access image 8
    1. Press Ctrl + S to save the table.

    Create a Form For Data Entry In Your Database

    While you can open the table in datasheet view and add the required data to it, a form will provide you with an easier way to input your data. You’ll also not have to meddle with any other data in the table as a form only lets you edit one entry at a time.

    You can use the Access’ form wizard to create a form for data entry with your chosen fields.

    1. While Access is still open with your database, click on the Create tab at the top and choose the option that says Form Wizard.
    How To Build a Database With Microsoft Access image 9
    1. It’ll ask you to select the fields you want to use in your form. Select all that you’ll need to enter a value for and click on the right arrow icon to add them to the list. Then click on Next at the bottom.
    How To Build a Database With Microsoft Access image 10
    1. The following screen offers four form layouts to choose from. Click on any layout and a preview will appear on the left side. Once you’ve made a selection, click on Next at the bottom.
    How To Build a Database With Microsoft Access image 11
    1. Enter a name for your form and hit Finish.
    How To Build a Database With Microsoft Access image 12
    1. The form should open letting you add data to your table.
    How To Build a Database With Microsoft Access image 13

    Create a Query To Filter Data In Your Database

    A query lets you filter the data saved in your tables using various custom criteria. For example, if you’re looking to retrieve the data of students who’re 20 years or older and live in the US, you can create a query and generate a table that only has the students in it that match your criteria.

    1. Click on the Create tab at the top and select Query Wizard.
    How To Build a Database With Microsoft Access image 14
    1. Choose the first option that says Simple Query Wizard and hit OK.
    How To Build a Database With Microsoft Access image 15
    1. Select the table and the fields you want to include in the query and click on Next.
    How To Build a Database With Microsoft Access image 16
    1. Choose the Detail option on the following screen and click on Next at the bottom.
    How To Build a Database With Microsoft Access image 17
    1. Enter a name for your query and hit Finish at the bottom.
    How To Build a Database With Microsoft Access image 18
    1. Right-click on your newly created query and choose Design View. You’ll use this view to enter the criteria for your query.
    How To Build a Database With Microsoft Access image 19
    1. The following screen lets you specify the filters for your query. Let’s create a rule that only shows students who are 20 years or older and are from the US.

      Type >=20 in the Criteria box for the Age field.

      Enter US in the Criteria row for the Country field.
    How To Build a Database With Microsoft Access image 20
    1. Press Ctrl + S to save the changes.
    2. Double-click on your query in the left sidebar and you’ll see the filtered version of your data.

    How To Build a Database Report In Access

    Reports are usually used to bring data out of Access and to view them as standalone files. Access lets you generate reports for your chosen tables and fields and it uses the same wizard style as forms and queries to make reports.

    1. Click on the Create tab at the top and select Report Wizard.
    How To Build a Database With Microsoft Access image 21
    1. Add the fields you’d like to have in your report and click on Next.
    How To Build a Database With Microsoft Access image 22
    1. If you want to specify any grouping orders, you can do that on this screen. Then hit Next.
    How To Build a Database With Microsoft Access image 23
    1. If you want to sort your records by a field, you can do that on this screen. Then click on Next.
    How To Build a Database With Microsoft Access image 24
    1. Select a report layout and hit Next.
    How To Build a Database With Microsoft Access image 25
    1. Enter a name for the report and click on Finish.
    How To Build a Database With Microsoft Access image 26
    1. Right-click on the report and choose Print Preview.
    How To Build a Database With Microsoft Access image 27
    1. Click on PDF or XPS at the top to save it in either of these formats.
    How To Build a Database With Microsoft Access image 28

    Your full database with tables, forms, queries, and reports is ready.

    How do you build your databases? If you use Access, do you use the features mentioned above? Let us know in the comments below.