Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

microsoft/access/training/courses - access creating report

Forum home » Delegate support and help forum » Microsoft Access Training and help » microsoft/access/training/courses - Access -creating a report

microsoft/access/training/courses - Access -creating a report

ResolvedVersion Standard

Susan has attended:
Access Introduction course
Access Intermediate course
Access Advanced course

Access -creating a report

when you creaste

RE: access -creating a report

Hi Susan

There are three ways to create a report.

-----------------------------------------------------------------
1.
Based on a single table or query by using AutoReport. AutoReport creates a report that displays all fields and records in the underlying table or query

How?

In the Database window, click Reports under Objects.
Click the New button on the Database window toolbar.
In the New Report dialog box, click one of the following wizards:

AutoReport: Columnar
Each field appears on a separate line with a label to its left.

AutoReport: Tabular
The fields in each record appear on one line, and the labels print once at the top of each page.


------------------------------------------------------------
2.
Based on one or more tables or queries with a wizard.

The wizard asks you detailed questions about the record sources, fields, layout, and format you want and creates a report based on your answers.

How?

In the Database window, click Reports under Objects.
Click the New button on the Database window toolbar.
In the New Report dialog box, click the wizard that you want to use. A description of the wizard appears in the left side of the dialog box.
Click the table or query that contains the data you want to base your report on.

Note You don't need to do this step if you clicked Report Wizard in step 3

Access tip:

Open A Combo Box Automatically

This is helpful if users need to enter large amounts of data. There are two ways to open ComboBoxes when they get the focus by using the tab keys.

When the ComboBox gets focus:

Press Alt + Down Arrow on the keyboard

For it to happen automatically, needs a bit of coding:

1. Add a combo box and a text box control to the form
2. Set the combo box's On Got Focus property to the following event procedure:

Private Sub ComboBoxName _GotFocus()

Me!ComboBoxName.Dropdown

End Sub


3. Open your form in Form View and use the TAB key to make sure it works.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.