Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.
Basic tasks for an Access desktop database

Access databases can help you store and track just about any kind of information, such as inventory, contacts, or business processes. Let’s take a walk through the paths you can take to create an Access desktop database, add data to it, and then learn about next steps towards customizing and using your new database.

In this article

Choose a template

Access templates have built-in tables, queries, forms, and reports that are ready to use. A choice of templates is the first thing you’ll notice when you start Access, and you can search online for more templates.

Templates view on startup screen in Access

  1. In Access click File > New.

  2. Select a desktop database template and enter a name for your database under File Name. (If you don’t see a template that would work for you use the Search online templates box.)

  3. You can either use the default location that Access shows below the File Name box or click the folder icon to pick one.

  4. Click Create.

Create an Access desktop database from a template

Depending on the template, you might need to do any of the following to get started:

  • If Access displays a Login dialog box with an empty list of users:

    1. Click New User.

    2. Fill in the User Details form.

    3. Click Save & Close.

    4. Select the user name you just entered, and then click Login.

  • If Access displays a Security Warning message in the message bar, and you trust the source of the template, click Enable Content. If the database requires a login, log in again.

For more information, see create an Access desktop database from a template.

Create a database from scratch

If none of the templates fit your needs, you might start with a blank desktop database.

  1. From Access, click New > Blank desktop database.

  2. Type a name for your database in the File Name box.

  3. You can either use the default location that Access shows below the File Name box or click the folder icon to pick one.

  4. Click Create.

Add a table

In a database, your information is stored in multiple related tables. To create a table:

  1. When you open your database for the first time, you’ll see a blank table in Datasheet view where you can add data. To add another table, click Create > Table. You can either start entering data in the empty field (cell) or paste data from another source like an Excel workbook.

  2. To rename a column (field), double-click the column heading, and then type the new name.

    Tip: Meaningful names help you know what each field contains without seeing its contents.

  3. Click File > Save.

  • To add more fields, type in the Click to Add column.

  • To move a column, select it by clicking its column heading, and then drag it to where you want it. You can also select contiguous columns and drag them all to a new location.

For more information, see Introduction to tables.

Copy and paste data

You can copy and paste data from another program like Excel or Word into an Access table. This works best if the data is separated into columns. If the data is in a word processing program, such as Word, either use tags to separate the columns or convert into a table format before copying.

  1. If the data needs editing, such as separating full names into first and last names, do that first in the source program.

  2. Open the source and copy (Ctrl + C) the data.

  3. Open the Access table where you want to add the data in Datasheet view and paste it (Ctrl + V).

  4. Double-click each column heading and type a meaningful name.

  5. Click File > Save and give your new table a name.

    Note: Access sets the data type of each field based on the information you paste into the first row of each column, so make sure that the information in the following rows match the first row.

Import or link to data

The process differs slightly depending on the data source, but these instructions will get you started:

  1. On the External Data tab, in the Import & Link group, click New Data Source and then select the data format you’ll be importing from or linking to from the submenu options listed.

    Note: If you still can't find the right format, you might need to export the data first to a file format that Access supports (such as a delimited text file).

  2. Follow the instructions in the Get External Data dialog box.

When you link, some formats are available as read-only. Here are the external sources that you can import data or link from:

Import

Link

Microsoft Excel

Yes

Yes
(read-only)

Microsoft Access

Yes

Yes

ODBC Databases, such as SQL Server

Yes

Yes

Text or comma-separated value (CSV) files

Yes

Yes
(add new records only)

SharePoint List

Yes

Yes

XML

Yes

Data Services

Yes
(read-only)

HTML Document

Yes

Yes

Outlook folder

Yes

Yes

For more information, see Import or link to data in another Access database.

Organize data with the Table Analyzer

You can use the Table Analyzer Wizard to quickly identify redundant data. The wizard then provides a simple way to organize the data into separate tables. Access preserves the original table as a backup.

  1. Open the Access database that contains the table that you want to analyze.

  2. Click Database Tools > Analyze Table.

    The first two pages of the wizard contain a short tutorial with examples. If you see a check box labeled Show introductory pages?, check the box, and then click Back twice to see the introduction. If you don't want to see the introductory pages again, uncheck Show introductory pages?

For more information, see Normalize your data using the Table Analyzer.

Top of Page

Next steps

The rest of the design process varies depending on what you want to do, but you probably want to consider creating queries, forms, reports, and macros. These articles can help:

Top of Page

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×