If you don't already have a Microsoft Access database with a table in it, then refer to a previous tutorial I have written that shows how to do this. In this tutorial I will be using the database from a previous tutorial called "MyFirstAccessDB" and a table within it called "People" to do the INSERT Access commands.
1. Open the Database and Table
In this tutorial, it would be the MyFirstAccessDB, and the table called People.
2. Add Row of Data
To perform an INSERT Access command, you just have to add data to the last blank row that is shown in the datasheet that represents the table. If you do not see the datasheet view of the table, click on View -> Datasheet View. For my table, there are 3 rows with data, and the 4th row is blank. In the 4th row, I will add some data. For each field (FirstName, LastName, Age, State), I have entered a sample entry (row).
Also note that there is a menu item called Insert which you can use to insert a new record (row) or a new column to the table.
3. Save Changes
To execute the built-in INSERT Access command, simply Save the table by clicking on the Save icon or on File -> Save.
Now if you were to re-open the table, you will see that additional row of data you just inserted (along with another blank row for more data you can add). You can keep repeating this process for every record you want to add to add to the table using this INSERT Access built-in functionality.
There is a SQL command called INSERT which gets executed in the background by Microsoft Access to add that additional row of data to the table which you don't see. I will be showing you how to use the INSERT command in SQL in a different tutorial because that is a whole another topic.
Published by Kantus
I love writing short stories and humor articles, but tend to stick with topics that are discoverable by search engines and capable of spreading virally. View profile
- Microsoft Access Tutorial - Data Access Page (using Design View)This tutorial shows you how to use the design view rather than the built in wizard for creating a data access page in Microsoft Access
- Working with Access VBAWith this tutorial, you will learn about the SendObject method in VBA and how to program a button on an Access form to open and send an email message from Outlook.
How to Create a Database Using Microsoft AccessYou don't have to be a Microsoft Office wizard to learn how to use a database file. These step by step instructions will walk you through creating a database and merging it int...
Microsoft Access Tutorial: How to Password Protect Your DatabaseA tutorial that shows how to create and remove a password for a Microsoft Access database.- Mastering Microsoft Access - Creating Great Useful Databases - Lesson 1In the next few lessons I will guide you step by step through some of the more common and not so common features of Microsoft Access and teach you how to set up your own database for great record keeping and reports.
- Microsoft Access Tutorial - Primary Key and IDs
- Microsoft Access Tutorial - Quickest Way to Make a Report
- Microsoft Access Tutorial - Convert Database to Different Version of Access
- Microsoft Access Tutorial - Create Data Access Page (using the Wizard)
- Microsoft Access Tutorial - How to Create a Chart of Data
- Microsoft Access Tutorial - How to Create a Report in Microsoft Access
- Microsoft Access Tutorial: How to Query an Access Table

