Примери за използване на Macro builder на Английски и техните преводи на Български
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Ecclesiastic
-
Computer
The Macro Builder.
Access opens the Macro Builder.
Close the Macro Builder, save the macro, and then save the form.
Access opens the Macro Builder.
Access starts the Macro Builder and displays the macro that the wizard created.
Click OK and then close the Macro Builder.
Note: Note, the Macro Builder in Access 2007 was different than the illustration above.
The arguments for each action are displayed in the Macro Builder.
Access 2010 offers a new macro builder that features IntelliSense and a clean, straightforward interface.
When you add an action, more options appear in the macro builder.
In the drop-down list at the top of the Macro Builder, select the action that you want to perform.
When you are finished, on the Design tab, in the Close group,click Close to close the Macro Builder.
You create a macro by using the Macro Builder, which is shown in the following illustration.
Note: Microsoft Office Access displays event names slightly differently in the Visual Basic Editor than it does in the property sheet and the Macro Builder.
Access 2010 offers a new macro builder that features IntelliSense and a clean, straightforward interface.
If Access prompts you to choose a builder, select Macro Builder and click OK.
When you create a new macro, the macro builder displays macro actions with all arguments visible.
The Macro Builder gives you a more structured interface than the Visual Basic Editor, enabling you to add programming to controls and objects without having to learn VBA code.
In addition to traditional macros, you use the new macro builder to create data macros, a new feature.
In Access 2007, the Macro Builder was a series of rows and columns which listed the various actions of your macro. .
For example, the event named On Got Focus in the form's property sheet and in the Macro Builder is named GotFocus in the Visual Basic Editor.
You can start the Macro Builder from a variety of places, such as a form or report, or directly from the Create tab on the Ribbon.
The Data Access Page Name box in the Action Arguments section of the Macro Builder pane shows all pages in the current database.
To use a macro, double-click Macro Builder, and then follow the steps in the procedure Use a macro to turn the messages off and back on.
This can be confusing to Access users because, in Access,the term"macro" refers to a named collection of macro actions that you can assemble by using the Macro Builder.
Note: If you're using Access 2007, in the Macro Builder, in the first empty Action cell, select the action that you want to perform.
The Macro Builder gives you a more structured interface than the Visual Basic Editor, enabling you to add programming to controls and objects without having to learn VBA code.
This article introduces you to the newly-redesigned macro builder, and shows you the basic tasks involved in creating a UI macro. .
If all goes well,you won't see the XML in the Macro Builder at all- it will expand out into the more readable macro blocks as shown in the next step.