Примери коришћења The form or report на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
The Form or Report.
Drag the selected fields onto the form or report.
If the form or report is already open, you can use the SelectObject action to select it.
Drag all the selected fields to the form or report.
Open the form or report that will contain the macro in Design viewor Layout view.
Drag the field from the Field List pane to the form or report.
In the Navigation Pane, double-click the form or report, and test it to see that the code runs as it should.
Select Design> Insert Chart, select a chart type, andthen drop it on the form or report.
After you build your stand-alone macro,open the form or report in Design view or Layout view.
When you find the field you want to add,do one of the following to add it to the form or report.
Also, embedded macros are included with the form or report whenever you copy, import, or export it.
If the form or report is not open, you can use the OpenForm or OpenReport action to open and select it.
Hold the CTRL key and click several fields, andthen drag them all to the form or report at the same time.
Access also changes the event properties of the form or report so that they run the new VBA procedures instead of the macros.
You must use this dialog box to specify a relationship between the other table and the form or report's record source.
Open the property sheet for the form or report, or for a section or control on the form or report. .
Make the Record Source property for the chart the same as the Record Source property for the form or report.
In the preceding example, neither Description norCategoryID must be displayed on the form or report for the criteria to work.
While the form or report is still open in Design view, if the property sheet is not already displayed, press F4 to display it.
You can refer to fields that are in the record source of a form or report butaren't displayed on the form or report.
Save the form or report, switch to Form or Report view, and then verify that the chart works as expected.
To make a chart interact with the data on a form or report, bind the chart to the same data source as the form or report.
For example, filter the form or report by a category field, such as State, Segment or Region, to see different results in the chart.
If you drag a field from the Fields available in other tables section of the Field List pane to the form or report, Access displays the Specify Relationship dialog box.
If the form or report's Record Source property is a SELECT statementor a table name, you can toggle the Field List pane display between the following two states.
If you select a table or query in the Navigation Pane,you can create a new form or report based on that object in one click by using the Form or Report command.
If no class module exists for the form or report, Access creates one and adds a procedure to the module for each macro that was associated with the form or report. .