An access tool that walks you step-by-step through the creation of a report is the:

Learn how to connect to data, create data visualizations, present your findings, and share your insights with others.

This tutorial walks you through the features and functions of Tableau Desktop version 2022.4. As you work through this tutorial, you will create multiple views in a Tableau workbook. The steps you'll take and the workbook you'll work in are based on a story about an employee who works at headquarters for a large retail chain. The story unfolds as you step through asking questions about your business and its performance.

You'll learn how to connect to data in Tableau Desktop; build, present, and share some useful views; and apply key features along the way. Budget between one and three hours to complete the steps.

Here's the story...

Suppose you are an employee for a large retail chain. Your manager just got the quarterly sales report, and noticed that sales seem better for some products than for others and profit in some areas is not doing as well as she had expected. Your boss is interested in the bottom line: It's your job to look at overall sales and profitability to see if you can find out what's driving these numbers.

She has also asked you to identify areas for improvement and present your findings to the team. The team can explore your results and take action to improve sales and profitability for the company's product lines.

You'll use Tableau Desktop to build a simple view of your product data, map product sales and profitability by region, build a dashboard of your findings, and then create a story to present. Then, you will share your findings on the web so that remote team members can take a look.

Expand Learn more sections for background and examples. Give it a try:

Learn more: Connecting to data

The first time around, follow along with the Sample - Superstore data source. (We'll show you how.) After you've gotten the hang of the core functionality in Tableau Desktop, give these steps a try with your own data.

Steps

Step 1: Connect to your data

Learn all about the Start page and how to connect to your data.

GO TO STEP

Step 2: Drag and drop to take a first look

Get to know the Tableau workspace, learn the language of Tableau, and start examining your data.

GO TO STEP
Step 3: Focus your results

Ask deeper questions and use additional tools to refine your views and gain insights about your data.

GO TO STEP
Step 4: Explore your data geographically

Learn how to plot your data on a map to see if you can spot any trends.

GO TO STEP
Step 5: Drill down into the details

Drill down into the details of your data and learn how to create a Top filter.

GO TO STEP
Step 6: Build a dashboard to show your insights

Learn how to build and format a dashboard to display the visualizations you created.

GO TO STEP
Step 7: Build a story to present

Learn how to build and format a story to present your findings.

GO TO STEP
Step 8: Share your findings

Share your findings with your organization on Tableau Server or Tableau Cloud, or share them with the world on Tableau Public.

GO TO STEP
Learning Library

Now that you're a Data Rockstar, keep learning with these additional resources.

GO TO LIBRARY

A form in Access is a database object that you can use to create a user interface for a database application. A "bound" form is one that is directly connected to a data source such as a table or query, and can be used to enter, edit, or display data from that data source. Alternatively, you can create an "unbound" form that does not link directly to a data source, but which still contains command buttons, labels, or other controls that you need to operate your application.

This article focuses primarily on bound forms. You can use bound forms to control access to data, such as which fields or rows of data are displayed. For example, certain users might need to see only several fields in a table with many fields. Providing those users with a form that contains only those fields makes it easier for them to use the database. You can also add command buttons and other features to a form to automate frequently performed actions.

Think of bound forms as windows through which people see and reach your database. An effective form speeds the use of your database, because people don't have to search for what they need. A visually attractive form makes working with the database more pleasant and more efficient, and it can also help prevent incorrect data from being entered.

Note: This article assumes you have already created a table (or a query based on one or more tables), and that you want to build a form to view or manipulate the data.

In this article

  • Create a form by using the Form tool

  • Create a split form by using the Split Form tool

  • Create a form that displays multiple records by using the Multiple Items tool

  • Create a form by using the Form Wizard

  • Create a form by using the Blank Form tool

  • Understand Layout view and Design view

  • Fine-tune your form in Layout view

  • Fine-tune your form in Design view

Create a form by using the Form tool

You can use the Form tool to create a form with a single mouse-click. When you use this tool, all the fields from the underlying data source are placed on the form. You can start using the new form immediately, or you can modify it in Layout view or Design view to better suit your needs.

Use the Form tool to create a new form

  1. In the Navigation Pane, click the table or query that contains the data you want to see on your form.

  2. On the Create tab, in the Forms group, click Form.

Access creates the form and displays it in Layout view. In Layout view, you can make design changes to the form while it is displaying data. For example, you can adjust the size of the text boxes to fit the data, if necessary.

If Access finds a single table that has a one-to-many relationship with the table or query that you used to create the form, Access adds a datasheet to the form that is based on the related table or query. For example, if you create a simple form that is based on the Employees table, and there is a one-to-many relationship that is defined between the Employees table and Orders table, the datasheet displays all the records in the Orders table that relate to the current Employee record. You can delete the datasheet from the form if you decide you do not need it. If there is more than one table with a one-to-many relationship to the table that you used to create the form, Access does not add any datasheets to the form.

Create a split form by using the Split Form tool

A split form gives you two views of the data at the same time — a Form view and a Datasheet view.

A split form differs from a form/subform combination in that the two views are connected to the same data source and are synchronized with one another at all times. Selecting a field in one part of the form selects the same field in the other part of the form. You can add, edit, or delete data from either part (as long as the record source is updatable, and you have not configured the form to prevent these actions).

Working with split forms gives you the benefits of both kinds of forms in a single form. For example, you can use the datasheet portion of the form to quickly locate a record, and then use the form portion to view or edit the record.

To create a split form by using the Split Form tool:

  1. In the Navigation Pane, click the table or query that contains the data that you want on your form. Or open the table or query in Datasheet view.

  2. On the Create tab, in the Forms group, click More Forms, and then click Split Form.

Access creates the form and displays it in Layout view. In Layout view, you can make design changes to the form while it is displaying data. For example, you can adjust the size of the text boxes to fit the data, if necessary. For more information about form views, see the Understand Layout view and Design view section.

Create a form that displays multiple records by using the Multiple Items tool

When you create a form by using the Form tool, the form that Access creates displays a single record at a time. If you want a form that displays multiple records but is more customizable than a datasheet, you can use the Multiple Items tool.

  1. In the Navigation Pane, click the table or query that contains the data you want to see on your form.

  2. On the Create tab, in the Forms group, click More Forms, and then click Multiple Items.

Access creates the form and displays it in Layout view. In Layout view, you can make design changes to the form while it is displaying data.

When you use the Multiple Items tool, the form that Access creates resembles a datasheet. The data is arranged in rows and columns, and you see more than one record at a time. However, a Multiple Items form gives you more customization options than a datasheet, such as the ability to add graphical elements, buttons, and other controls. For more information about customizing your form, see the sections Fine-tune your form in Layout view and Fine-tune your form in Design view.

Create a form by using the Form Wizard

To be more selective about what fields appear on your form, you can use the Form Wizard instead of the various form-building tools previously mentioned. You can also define how the data is grouped and sorted, and you can use fields from more than one table or query, as long as you specified the relationships between the tables and queries beforehand.

  1. On the Create tab, in the Forms group, click Form Wizard.

  2. Follow the directions on the pages of the Form Wizard.

    Note: If you want to include fields from multiple tables and queries on your form, do not click Next or Finish after you select the fields from the first table or query on the first page of the Form Wizard. Instead, repeat the steps to select a table or query, and click any additional fields that you want to include on the form. Then click Next or Finish to continue.

  3. On the last page of the wizard, click Finish.

Create a form by using the Blank Form tool

If the wizard or the form-building tools don't meet your needs, you can use the Blank Form tool to build a form. This can be a very quick way to build a form, especially if you plan to put only a few fields on your form.

  1. On the Create tab, in the Forms group, click Blank Form.

    Access opens a blank form in Layout view, and displays the Field List pane.

  2. In the Field List pane, click the plus sign (+) next to the table or tables that contain the fields that you want to see on the form.

  3. To add a field to the form, double-click it or drag it onto the form.

    • After the first field has been added, you can add several fields at once by holding down the CTRL key, clicking several fields, and then dragging them onto the form at the same time.

    • The order of the tables in the Field List pane can change, depending on which part of the form is currently selected. If the field you want to add is not visible, try selecting a different part of the form and then try adding the field again.

  4. Use the tools in the Header/Footer group on the Design tab to add a logo, title, or the date and time to the form.

  5. Use the tools in the Controls group of the Design tab to add a wider variety of controls to the form.

    For a slightly larger selection of controls, switch to Design view by right-clicking the form and then clicking Design View.

Understand Layout view and Design view

Layout view    Layout view is the most intuitive view to use for form modification, and it can be used for almost all the changes that you would want to make to a form in Access.

In Layout view, the form is actually running. Therefore, you can see your data much as it will appear when you are using the form. However, you can also change the form design in this view. Because you can see the data while you are modifying the form, this is a very useful view for setting the size of controls or performing almost any other task that affects the appearance and usability of the form.

If you encounter a task that cannot be performed in Layout view, you can switch to Design view. In certain situations, Access displays a message that states that you must switch to Design view before you can make a particular change.

Design view    Design view gives you a more detailed view of the structure of your form. You can see the Header, Detail, and Footer sections for the form. The form is not actually running when it is shown in Design view. Therefore, you cannot see the underlying data while you are making design changes. However, there are certain tasks that you can perform more easily in Design view than in Layout view. You can:

  • Add a wider variety of controls to your form, such as bound object frames, page breaks, and charts.

  • Edit text box control sources in the text boxes themselves, without using the property sheet.

  • Resize form sections, such as the Form Header or the Detail section.

  • Change certain form properties that cannot be changed in Layout view.

Fine-tune your form in Layout view

After you create a form, you can easily fine-tune its design by working in Layout view. Using the actual form data as your guide, you can rearrange the controls and adjust their sizes. You can place new controls on the form and set the properties for the form and its controls.

To switch to Layout view, right-click the form name in the Navigation Pane and then click Layout View.

Access shows the form in Layout view.

You can use the property sheet to change the properties for the form and its controls and sections. To display the property sheet, press F4.

You can use the Field List pane to add fields from the underlying table or query to your form design. To display the Field List pane:

  • On the Design tab, in the Tools group, click Add Existing Fields or use the keyboard shortcut by pressing ALT+F8.

You can then drag fields directly from the Field List pane onto your form.

  • To add a single field, double-click it or drag it from the Field List pane to the section on the form where you want it displayed.

  • To add several fields at once, hold down CTRL and click the fields that you want to add. Then drag the selected fields onto the form.

Fine-tune your form in Design view

You can also fine-tune your form's design by working in Design view. You can add new controls and fields to the form by adding them to the design grid. The property sheet gives you access to many properties that you can set to customize your form.

To switch to Design view, right-click the form name in the Navigation Pane and then click Design View.

Access shows the form in Design view.

You can use the property sheet to change the properties for the form and its controls and sections. To display the property sheet, press F4.

You can use the Field List pane to add fields from the underlying table or query to your form design. To display the Field List pane:

  • On the Design tab, in the Tools group, click Add Existing Fields or use the keyboard shortcut by pressing ALT+F8..

You can then drag fields directly from the Field List pane onto your form.

  • To add a single field, double-click it or drag it from the Field List pane to the section on the form where you want it displayed.

  • To add several fields at once, hold down CTRL and click the fields that you want to add. Then drag the selected fields onto the form.

What tool can be used to further enhance every object on a form including the form itself?

Property Sheet A sheet that is available for every object on a form, including the form itself, to further enhance the object.

Why would you want to create a report in Access quizlet?

Why would you want to create a report? Reports allow you to present tables and query results in an easy-to-read format.

Which of the following is the fastest way to open an Access database quizlet?

Which of the following is the fastest way to open an Access database? Double-click the database icon.

Are objects that display data and perform actions they allow you to work with labels and images to improve the user interface?

Controls are objects that display data, perform actions, and let you view and work with information that enhances the user interface, such as labels and images.