Basic tasks for an Access desktop database

Access desktop 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.

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.




In Access click File > New.

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 templatesbox.)

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

Click Create.


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:

Click New User.

Fill in the User Details form.

Click Save & Close.

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.

Create a database from scratch

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

From Access, click New > Blank desktop database.

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

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

Click Create.

Add a table

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

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 the Create tab > Table. You can either start entering data in the empty field (cell) or paste data from another source like an Excel workbook.

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

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.


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.

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

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

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

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

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

You can either import data from other sources, or you can link to the data from Access without moving the information from where it is stored. Linking can be a good option if you have multiple users updating the data and you want to make sure that you are seeing the latest version or if you want to save storage space. You can choose whether you want to link to or import data for most formats.



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

On the External Data tab, click the data format you’ll be importing from or linking to. If you don't see the right format, click More.

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).


No comments:

Post a Comment