Deck 13: Creating Macros

ملء الشاشة (f)
exit full mode
سؤال
By default, an Access database is trusted.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
An action block can be expanded or collapsed to view or hide details in Macro Design View.
سؤال
Which of the following is NOT a benefit of using macros?

A) Decreases the number of objects required in the database
B) Increases efficiency by automating routine tasks
C) Increases accuracy by flagging data entry errors
D) Improves flexibility by connecting forms and reports together through command buttons
سؤال
Data macros appear in the Macros group in the Navigation Pane.
سؤال
All Access events are triggered by the user.
سؤال
An entry in a field can be used to initiate the execution of a macro.
سؤال
It's common to put command buttons in the Form Footer so that users have a consistent location to find them.
سؤال
Macro actions are evaluated based on their order in the Macro Design View window, starting at the bottom.
سؤال
Which of the following tasks is a good candidate for a macro?

A) Printing several reports
B) Modifying the design of a form
C) Building ad hoc reports
D) Creating graphs
سؤال
You can assign a command button to a macro using the Command Button Wizard.
سؤال
You can print Macro Design View.
سؤال
You cannot override existing Access key combinations such as [Ctrl][C] for copy with an Access AutoKey assignment.
سؤال
In Access macros, conditional expressions are used in If statements.
سؤال
Fixing a broken macro generally involves breaking it down into smaller pieces that can be individually tested.
سؤال
After choosing the macro action you want, you then decide which arguments you want to apply to the action and whether each argument should be required or optional.
سؤال
Arguments change depending upon the action chosen.
سؤال
If statements in Access 2013 may contain Else If and Else clauses.
سؤال
You can assign a macro to a command button using the Command Button Wizard.
سؤال
Some arguments of a macro action are optional.
سؤال
A conditional expression determines whether a macro action will execute or not.
سؤال
____ is a major benefit of using macros.

A) Saving paper
B) Improving accuracy
C) Eliminating forms and reports
D) Redesigning the database
سؤال
Each macro task has a specified set of ____ that provide additional information on how to carry out the task.

A) Actions
B) Arguments
C) Events
D) None of the above
سؤال
<strong>  In the figure above, how many macro actions are shown?</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px> In the figure above, how many macro actions are shown?

A) 1
B) 2
C) 3
D) 4
سؤال
In a macro, to refer to a value of a control on a form in a conditional expression, use the following syntax: ____.

A) {Forms}!{formname}!{controlname}
B) [Forms]![formname]![controlname]
C) Forms.(formname).(controlname)
D) Forms.formname(controlname)
سؤال
A(n) ____ is a collection of actions within a macro object that allows you to name and create multiple, separate macros within a single macro object.

A) Action
B) Event
C) Argument
D) Submacro
سؤال
<strong>  In the figure above, how many arguments are shown for the current action?</strong> A) 3 B) 4 C) 5 D) 6 <div style=padding-top: 35px> In the figure above, how many arguments are shown for the current action?

A) 3
B) 4
C) 5
D) 6
سؤال
A(n) ____ is something that happens to a form, window, toolbar, or control that can be used to initiate the execution of a macro.

A) Action
B) Event
C) Argument
D) Submacro
سؤال
<strong>  Which of the following is NOT an argument for OpenReport?</strong> A) Report Name B) Default Ribbon C) View D) Window Mode <div style=padding-top: 35px> Which of the following is NOT an argument for OpenReport?

A) Report Name
B) Default Ribbon
C) View
D) Window Mode
سؤال
<strong>  In the figure above, which argument does NOT require a value?</strong> A) Report Name B) View C) Filter Name D) Window Mode <div style=padding-top: 35px> In the figure above, which argument does NOT require a value?

A) Report Name
B) View
C) Filter Name
D) Window Mode
سؤال
<strong>  In the figure above, the expression for the If statement is written in ____.</strong> A) Access syntax B) Dot notation C) Bang notation D) None of the above <div style=padding-top: 35px> In the figure above, the expression for the If statement is written in ____.

A) Access syntax
B) Dot notation
C) Bang notation
D) None of the above
سؤال
OpenReport is an Access macro ____.

A) Action
B) Event
C) Condition
D) Group
سؤال
A(n) ____ expression results in a true or false answer.

A) Action
B) Conditional
C) Group
D) Mathematical
سؤال
<strong>  In the figure above, what type of object is referenced in the conditional expression?</strong> A) Form B) Report C) Macro D) Module <div style=padding-top: 35px> In the figure above, what type of object is referenced in the conditional expression?

A) Form
B) Report
C) Macro
D) Module
سؤال
Which of the following would not constitute an event?

A) Adding an action to a macro
B) Clicking a command button
C) Opening a form
D) Closing a form
سؤال
ApplyFilter, RunCommand, Close, and OpenReport are examples of macro ____.

A) Actions
B) Arguments
C) Groups
D) Conditions
سؤال
On Click is an example of a(n) ____.

A) Event property
B) Bound control
C) Command Button Wizard option
D) Macro action
سؤال
<strong>  In the figure above, what is the name of the first action?</strong> A) OpenReport B) Macro1 C) Window Mode D) MessageBox <div style=padding-top: 35px> In the figure above, what is the name of the first action?

A) OpenReport
B) Macro1
C) Window Mode
D) MessageBox
سؤال
Arguments provide ____.

A) Conditional expressions that evaluate to true or false
B) Additional information on how to carry out an action
C) A way to store many macros together in a group
D) A list of events that are associated with each control on a form
سؤال
Which of the following is NOT a common macro action?

A) DeleteRecord
B) SaveRecord
C) OpenForm
D) CloseDesignView
سؤال
The best way to make a macro obviously available for many different forms would be to ____.

A) Click the Run button from the DATABASE TOOLS tab
B) Run the macro from Macro Design View
C) Assign the macro to a command button on the first form the user opens
D) Assign the macro to the Ribbon
سؤال
  As shown in the figure, _____ is a useful Access macro action because it displays an informational message to the user.<div style=padding-top: 35px> As shown in the figure, _____ is a useful Access macro action because it displays an informational message to the user.
سؤال
[Forms]![CustomerEntry]![CustPhone] is an example of _____ notation.

A) exclamation
B) conditional
C) macro
D) bang
سؤال
Which argument of the OpenReport macro action determines the report that is opened?

A) Report Name
B) Title
C) View
D) On Click
سؤال
A macro may contain one or more _____, the tasks that you want Access to perform.
سؤال
The _____ button executes the selected Access macro.
سؤال
The _____ Catalog lists all available macro actions organized by category.
سؤال
A common three-character prefix for command buttons is _____.

A) com
B) mmm
C) cmd
D) btt
سؤال
Which argument of the MessageBox macro action determines the text in the Title Bar of the dialog box that is created?

A) Message
B) View
C) Type
D) Title
سؤال
The event property that is most commonly used with a command button is the _____ property.

A) Push
B) Hover
C) Select
D) On Click
سؤال
Which of the following is NOT an argument for the SetProperty action?

A) View
B) Control Name
C) Property
D) Value
سؤال
Which argument of the MessageBox macro action determines the icon in the dialog box that is created?

A) Message
B) View
C) Type
D) Title
سؤال
Which argument of the MessageBox macro action determines the text in the dialog box that is created?

A) Message
B) View
C) Type
D) Title
سؤال
<strong>  In the Macro Single Step dialog box in the figure, which button would you click to run the next macro action?</strong> A) Step B) Halt C) Next D) Run <div style=padding-top: 35px> In the Macro Single Step dialog box in the figure, which button would you click to run the next macro action?

A) Step
B) Halt
C) Next
D) Run
سؤال
The action _____ organizes all of the arguments for a current action and is visually highlighted with a rectangle and gray background in Macro Design View.
سؤال
____ is a useful Access macro action because it opens a report.
سؤال
Which of the following is NOT a valid table event for a data macro?

A) After Got Focus
B) After Insert
C) After Update
D) Before Delete
سؤال
<strong>  In the figure above, what is the macro action that is currently being evaluated?</strong> A) PreviewReports B) Macro Group C) True D) OpenReport <div style=padding-top: 35px> In the figure above, what is the macro action that is currently being evaluated?

A) PreviewReports
B) Macro Group
C) True
D) OpenReport
سؤال
<strong>  In the figure above, what is the name of the macro that is being single stepped?</strong> A) PreviewAllEquipmentReport B) PreviewReportsMacroGroup C) MsgBox D) OpenReport <div style=padding-top: 35px> In the figure above, what is the name of the macro that is being single stepped?

A) PreviewAllEquipmentReport
B) PreviewReportsMacroGroup
C) MsgBox
D) OpenReport
سؤال
The click of a command button or making an entry in a field would be considered a(n) ____.

A) Macro
B) Action
C) Condition
D) Event
سؤال
A(n) _____ is a database object that stores and executes a series of Access actions.
سؤال
You can slow step a macro, which means to run it one action at a time to observe the effect of each specific action.
سؤال
A(n) _____ macro allows you to embed macro capabilities directly in a table to add, change, or delete data based on conditions you specify.
سؤال
List four of the major benefits of using macros.
سؤال
Explain the difference between a data macro and a traditional macro object in terms of how the macro is created, stored, and triggered.
سؤال
You can assign a key combination to a macro by creating a macro with the name _____.
سؤال
  As shown in the figure, a(n) _____ expression results in either a true or false answer.<div style=padding-top: 35px> As shown in the figure, a(n) _____ expression results in either a true or false answer.
سؤال
You most often run a data macro based on a table event .
سؤال
When creating a command button, make sure the Control Wizards button is selected in order to invoke the Command Button Wizard.
سؤال
  As shown in the figure, Message, Beep, Type, and Title are arguments for the MessageBox macro action.<div style=padding-top: 35px> As shown in the figure, Message, Beep, Type, and Title are arguments for the MessageBox macro action.
سؤال
  As shown in the figure, a(n) _____ statement contains conditional expressions that are evaluated either true or false that determine whether the macro action is executed or skipped.<div style=padding-top: 35px> As shown in the figure, a(n) _____ statement contains conditional expressions that are evaluated either true or false that determine whether the macro action is executed or skipped.
سؤال
  As shown in the figure, you create a macro in Access by using the Macro Recorder View. _____<div style=padding-top: 35px> As shown in the figure, you create a macro in Access by using the Macro Recorder View. _____
سؤال
A table macro allows you to embed macro capabilities directly in a table.
سؤال
A secure database allows you to run macros and VBA.
سؤال
Conditional expressions result in a numeric value. _____
سؤال
A(n) _____ is a specific activity that occurs within the database, such as clicking a command button, moving from record to record, editing data, or opening and closing a form.
سؤال
The On _____ event occurs when focus moves from one record to another.
سؤال
Name three ways that you can run a macro.
سؤال
To permanently trust a database, store the database in a trusted _____.
سؤال
A(n) _____ database allows you to run macros and VBA.
سؤال
Defragging means determining why a macro doesn't run correctly.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/88
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 13: Creating Macros
1
By default, an Access database is trusted.
False
2
An action block can be expanded or collapsed to view or hide details in Macro Design View.
True
3
Which of the following is NOT a benefit of using macros?

A) Decreases the number of objects required in the database
B) Increases efficiency by automating routine tasks
C) Increases accuracy by flagging data entry errors
D) Improves flexibility by connecting forms and reports together through command buttons
A
4
Data macros appear in the Macros group in the Navigation Pane.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
5
All Access events are triggered by the user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
6
An entry in a field can be used to initiate the execution of a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
7
It's common to put command buttons in the Form Footer so that users have a consistent location to find them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
8
Macro actions are evaluated based on their order in the Macro Design View window, starting at the bottom.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following tasks is a good candidate for a macro?

A) Printing several reports
B) Modifying the design of a form
C) Building ad hoc reports
D) Creating graphs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
10
You can assign a command button to a macro using the Command Button Wizard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
11
You can print Macro Design View.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
12
You cannot override existing Access key combinations such as [Ctrl][C] for copy with an Access AutoKey assignment.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
13
In Access macros, conditional expressions are used in If statements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
14
Fixing a broken macro generally involves breaking it down into smaller pieces that can be individually tested.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
15
After choosing the macro action you want, you then decide which arguments you want to apply to the action and whether each argument should be required or optional.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
16
Arguments change depending upon the action chosen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
17
If statements in Access 2013 may contain Else If and Else clauses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
18
You can assign a macro to a command button using the Command Button Wizard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
19
Some arguments of a macro action are optional.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
20
A conditional expression determines whether a macro action will execute or not.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
21
____ is a major benefit of using macros.

A) Saving paper
B) Improving accuracy
C) Eliminating forms and reports
D) Redesigning the database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
22
Each macro task has a specified set of ____ that provide additional information on how to carry out the task.

A) Actions
B) Arguments
C) Events
D) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
23
<strong>  In the figure above, how many macro actions are shown?</strong> A) 1 B) 2 C) 3 D) 4 In the figure above, how many macro actions are shown?

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
24
In a macro, to refer to a value of a control on a form in a conditional expression, use the following syntax: ____.

A) {Forms}!{formname}!{controlname}
B) [Forms]![formname]![controlname]
C) Forms.(formname).(controlname)
D) Forms.formname(controlname)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
25
A(n) ____ is a collection of actions within a macro object that allows you to name and create multiple, separate macros within a single macro object.

A) Action
B) Event
C) Argument
D) Submacro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
26
<strong>  In the figure above, how many arguments are shown for the current action?</strong> A) 3 B) 4 C) 5 D) 6 In the figure above, how many arguments are shown for the current action?

A) 3
B) 4
C) 5
D) 6
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
27
A(n) ____ is something that happens to a form, window, toolbar, or control that can be used to initiate the execution of a macro.

A) Action
B) Event
C) Argument
D) Submacro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
28
<strong>  Which of the following is NOT an argument for OpenReport?</strong> A) Report Name B) Default Ribbon C) View D) Window Mode Which of the following is NOT an argument for OpenReport?

A) Report Name
B) Default Ribbon
C) View
D) Window Mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
29
<strong>  In the figure above, which argument does NOT require a value?</strong> A) Report Name B) View C) Filter Name D) Window Mode In the figure above, which argument does NOT require a value?

A) Report Name
B) View
C) Filter Name
D) Window Mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
30
<strong>  In the figure above, the expression for the If statement is written in ____.</strong> A) Access syntax B) Dot notation C) Bang notation D) None of the above In the figure above, the expression for the If statement is written in ____.

A) Access syntax
B) Dot notation
C) Bang notation
D) None of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
31
OpenReport is an Access macro ____.

A) Action
B) Event
C) Condition
D) Group
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
32
A(n) ____ expression results in a true or false answer.

A) Action
B) Conditional
C) Group
D) Mathematical
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
33
<strong>  In the figure above, what type of object is referenced in the conditional expression?</strong> A) Form B) Report C) Macro D) Module In the figure above, what type of object is referenced in the conditional expression?

A) Form
B) Report
C) Macro
D) Module
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which of the following would not constitute an event?

A) Adding an action to a macro
B) Clicking a command button
C) Opening a form
D) Closing a form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
35
ApplyFilter, RunCommand, Close, and OpenReport are examples of macro ____.

A) Actions
B) Arguments
C) Groups
D) Conditions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
36
On Click is an example of a(n) ____.

A) Event property
B) Bound control
C) Command Button Wizard option
D) Macro action
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
37
<strong>  In the figure above, what is the name of the first action?</strong> A) OpenReport B) Macro1 C) Window Mode D) MessageBox In the figure above, what is the name of the first action?

A) OpenReport
B) Macro1
C) Window Mode
D) MessageBox
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
38
Arguments provide ____.

A) Conditional expressions that evaluate to true or false
B) Additional information on how to carry out an action
C) A way to store many macros together in a group
D) A list of events that are associated with each control on a form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
39
Which of the following is NOT a common macro action?

A) DeleteRecord
B) SaveRecord
C) OpenForm
D) CloseDesignView
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
40
The best way to make a macro obviously available for many different forms would be to ____.

A) Click the Run button from the DATABASE TOOLS tab
B) Run the macro from Macro Design View
C) Assign the macro to a command button on the first form the user opens
D) Assign the macro to the Ribbon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
41
  As shown in the figure, _____ is a useful Access macro action because it displays an informational message to the user. As shown in the figure, _____ is a useful Access macro action because it displays an informational message to the user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
42
[Forms]![CustomerEntry]![CustPhone] is an example of _____ notation.

A) exclamation
B) conditional
C) macro
D) bang
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
43
Which argument of the OpenReport macro action determines the report that is opened?

A) Report Name
B) Title
C) View
D) On Click
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
44
A macro may contain one or more _____, the tasks that you want Access to perform.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
45
The _____ button executes the selected Access macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
46
The _____ Catalog lists all available macro actions organized by category.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
47
A common three-character prefix for command buttons is _____.

A) com
B) mmm
C) cmd
D) btt
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
48
Which argument of the MessageBox macro action determines the text in the Title Bar of the dialog box that is created?

A) Message
B) View
C) Type
D) Title
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
49
The event property that is most commonly used with a command button is the _____ property.

A) Push
B) Hover
C) Select
D) On Click
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
50
Which of the following is NOT an argument for the SetProperty action?

A) View
B) Control Name
C) Property
D) Value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which argument of the MessageBox macro action determines the icon in the dialog box that is created?

A) Message
B) View
C) Type
D) Title
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
52
Which argument of the MessageBox macro action determines the text in the dialog box that is created?

A) Message
B) View
C) Type
D) Title
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
53
<strong>  In the Macro Single Step dialog box in the figure, which button would you click to run the next macro action?</strong> A) Step B) Halt C) Next D) Run In the Macro Single Step dialog box in the figure, which button would you click to run the next macro action?

A) Step
B) Halt
C) Next
D) Run
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
54
The action _____ organizes all of the arguments for a current action and is visually highlighted with a rectangle and gray background in Macro Design View.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
55
____ is a useful Access macro action because it opens a report.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
56
Which of the following is NOT a valid table event for a data macro?

A) After Got Focus
B) After Insert
C) After Update
D) Before Delete
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
57
<strong>  In the figure above, what is the macro action that is currently being evaluated?</strong> A) PreviewReports B) Macro Group C) True D) OpenReport In the figure above, what is the macro action that is currently being evaluated?

A) PreviewReports
B) Macro Group
C) True
D) OpenReport
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
58
<strong>  In the figure above, what is the name of the macro that is being single stepped?</strong> A) PreviewAllEquipmentReport B) PreviewReportsMacroGroup C) MsgBox D) OpenReport In the figure above, what is the name of the macro that is being single stepped?

A) PreviewAllEquipmentReport
B) PreviewReportsMacroGroup
C) MsgBox
D) OpenReport
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
59
The click of a command button or making an entry in a field would be considered a(n) ____.

A) Macro
B) Action
C) Condition
D) Event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
60
A(n) _____ is a database object that stores and executes a series of Access actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
61
You can slow step a macro, which means to run it one action at a time to observe the effect of each specific action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
62
A(n) _____ macro allows you to embed macro capabilities directly in a table to add, change, or delete data based on conditions you specify.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
63
List four of the major benefits of using macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
64
Explain the difference between a data macro and a traditional macro object in terms of how the macro is created, stored, and triggered.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
65
You can assign a key combination to a macro by creating a macro with the name _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
66
  As shown in the figure, a(n) _____ expression results in either a true or false answer. As shown in the figure, a(n) _____ expression results in either a true or false answer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
67
You most often run a data macro based on a table event .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
68
When creating a command button, make sure the Control Wizards button is selected in order to invoke the Command Button Wizard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
69
  As shown in the figure, Message, Beep, Type, and Title are arguments for the MessageBox macro action. As shown in the figure, Message, Beep, Type, and Title are arguments for the MessageBox macro action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
70
  As shown in the figure, a(n) _____ statement contains conditional expressions that are evaluated either true or false that determine whether the macro action is executed or skipped. As shown in the figure, a(n) _____ statement contains conditional expressions that are evaluated either true or false that determine whether the macro action is executed or skipped.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
71
  As shown in the figure, you create a macro in Access by using the Macro Recorder View. _____ As shown in the figure, you create a macro in Access by using the Macro Recorder View. _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
72
A table macro allows you to embed macro capabilities directly in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
73
A secure database allows you to run macros and VBA.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
74
Conditional expressions result in a numeric value. _____
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
75
A(n) _____ is a specific activity that occurs within the database, such as clicking a command button, moving from record to record, editing data, or opening and closing a form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
76
The On _____ event occurs when focus moves from one record to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
77
Name three ways that you can run a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
78
To permanently trust a database, store the database in a trusted _____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
79
A(n) _____ database allows you to run macros and VBA.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
80
Defragging means determining why a macro doesn't run correctly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.