Deck 10: Using Macros and Sql in Access

ملء الشاشة (f)
exit full mode
سؤال
Which of the following is not considered a table event?

A) After Insert
B) After Update
C) During Delete
D) After Delete
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which is not an argument for the MessageBox action?

A) Message
B) Beep
C) Title
D) Repeat check box
سؤال
What type of macros associate programming logic to tables?

A) Data
B) Embedded
C) Stand-alone
D) Event
سؤال
VBA stands for ________.

A) Virtual Basic for Applications
B) Visual Basic for Applications
C) Viewable Basic for Applications
D) Viewable Basics for Application
سؤال
Besides an embedded macro, what is the other type of macro?

A) Included
B) Automated
C) Stand-alone
D) Inserted
سؤال
What is true about how Access handles macros when there are multiple actions in the macro?

A) They execute in a nested last-in, first-executed mode.
B) They execute according to an established priority list created by the user.
C) They execute according to an established priority list built into Access.
D) They execute in the order in which they display.
سؤال
Besides a stand-alone macro, what is the other type of macro?

A) Embedded
B) Inserted
C) Included
D) Automated
سؤال
Which of the following objects do not appear in the Navigation pane?

A) Embedded macros
B) Stand-alone macros
C) Queries
D) Forms
سؤال
What is not a good task for a macro?

A) Group a series of commands into one database object
B) Automate repetitive tasks
C) Perform a specific action
D) Automate a one-time event
سؤال
What type of macros allow companies to apply business logic to a database?

A) Embedded
B) Stand-alone
C) Data
D) Event
سؤال
When business logic requires the comparison of two or more fields, you need to use what type of macro?

A) Data
B) Embedded
C) Logic
D) Stand-alone
سؤال
What was developed to make it easier to create or modify macros?

A) Macro Creator
B) Macro Developer
C) Macro Designer
D) Visual Basic for Applications (VBA)
سؤال
Which of the following is not true about macros which have been converted to VBA?

A) They appear as modules in Access.
B) They do not appear on the Navigation Pane.
C) They appear on the Navigation Pane.
D) The code will perform the same tasks as the original macro.
سؤال
Which event is triggered any time you enter or update data on a form?

A) After Update
B) After Enter
C) After Change
D) After Modification
سؤال
A constant used to provide the output for an action is called a(n) ________.

A) function
B) argument
C) equation
D) variable
سؤال
Event-driven data macros are triggered by what events?

A) Table
B) Form
C) Form control
D) Report
سؤال
You can run a named data macro from within another macro by using what action?

A) ExecuteNamedDataMacro
B) ExecuteDataMacro
C) RunDataMacro
D) PerformDataMacro
سؤال
Which type of macro executes when an event attached to a control or object occurs?

A) Stand-alone
B) Included
C) Embedded
D) Automatic
سؤال
When a user enters, edits, or deletes data; Access determines that what has occurred?

A) Event
B) Action
C) Incident
D) Function
سؤال
When an On Close event is triggered and there is no macro attached to the event, what does Access do?

A) It closes the form or report without doing anything.
B) The default On Close macro is run
C) The default Event macro is run.
D) There is no On Close event.
سؤال
What defines the purpose and the structure of an SQL statement?

A) Keyword
B) Definition
C) Code word
D) ScreenTip
سؤال
Which of the following is not considered to be an industry-leading DBMS?

A) SQL Server
B) Alpha database software
C) Oracle
D) SAP Sybase
سؤال
Which of the following is not an action which can be used in a data macro?

A) DeleteRecord
B) SetRecord
C) SendEmail
D) SetField
سؤال
According the chapter, what is the easiest way to learn more advanced SQL statements?

A) Buy the SQL for Dummies book.
B) Perform a Google search on advanced SQL statements.
C) Experiment; create queries in SQL view, run them, and see what happens.
D) Create queries in Design view and then view the SQL statements.
سؤال
There are two types of macros: stand-alone macros and ________ macros.
سؤال
In SQL, what statement is used to retrieve data from a table?

A) RETRIEVE
B) UPDATE
C) GET
D) SELECT
سؤال
A(n) ________ macro is a macro that executes when an event attached to a control or object occurs.
سؤال
SQL stands for what?

A) Structured Query Language
B) Structural Query Language
C) Simplified Query Language
D) Simple Query Language
سؤال
Which one of the four keywords in SQL is used to determine how rows will be sorted?

A) SELECT
B) WHERE
C) ORDER BY
D) SORT
سؤال
Which one of the four keywords in SQL is used to specify what table the fields can be found?

A) SELECT
B) FROM
C) WHERE
D) ORDER BY
سؤال
If your SQL query does not include a WHERE statement, then how many records will be selected?

A) All
B) None
C) Your SQL statement must include a WHERE statement.
D) Your query will pause upon execution for user entry, just like a parameter query.
سؤال
Which one of the four keywords in SQL is used to establish criteria?

A) WHERE
B) ORDER BY
C) SELECT
D) FROM
سؤال
Which of the following is not correct about queries and SQL?

A) Access stores SQL statements in the background.
B) When you create a query Access creates the SQL statements automatically.
C) SQL helps you ask a question of the data in your database.
D) SQL uses the same command set as VBA, except that it is used for queries instead of macros.
سؤال
Which one of the four keywords in SQL is used to pick which fields will be in the query?

A) SELECT
B) FROM
C) WHERE
D) GROUP BY
سؤال
When was SQL developed?

A) Early 1960s
B) Early 1970s
C) Late 1970s
D) Early 1980s
سؤال
What is normally the first SQL keyword in an SQL statement?

A) FROM
B) WHERE
C) SELECT
D) ORDER BY
سؤال
Where is the normal location in an SQL statement for the WHERE keyword?

A) Before the FROM keyword
B) First
C) After the FROM keyword
D) Before the SELECT keyword
سؤال
Which of the four is not considered one of the four basic words in SQL statements?

A) SELECT
B) WHERE
C) FROM
D) SORTED
سؤال
What company developed SQL?

A) Microsoft
B) Apple
C) Adobe
D) IBM
سؤال
In SQL, what is the default sort order when using the ORDER BY keyword?

A) There is no default sort order.
B) The order of data entry
C) Descending
D) Ascending
سؤال
A(n) ________ macro is a database object that you create and use independently of other controls or objects.
سؤال
When a user enters, edits, or deletes data; Access determines that a(n) ________ has occurred.
سؤال
Stand-alone macros do not display as objects in the Navigation Pane.
سؤال
A(n) ________ is a series of actions that can be programmed to automate tasks.
سؤال
In SQL, the ________ statement is used to retrieve data from a table.
سؤال
An SQL ________ defines the purpose and the structure of an SQL statement.
سؤال
You can use the ________ Button Wizard to create an embedded macro automatically.
سؤال
If your SQL query does not include a WHERE statement, then ___ records will be selected.
سؤال
The keyword used in SQL to establish criteria is ________.
سؤال
The ________ Update event is triggered any time you enter or update data on a form.
سؤال
A(n) ________ data macro can be attached to an event in a form.
سؤال
It is easier to automate tasks by using a VBA procedure than by using macros.
سؤال
The keyword used in SQL to establish specify the table where the fields can be found is ________.
سؤال
A(n) ________ is a variable, constant, or expression that is used to produce the output for an action.
سؤال
Structured Query Language is the industry-standard language for defining, manipulating, and retrieving the ________ in a database.
سؤال
When business logic requires the comparison of two or more fields, you need to use a(n) ________ macro.
سؤال
Access creates macros automatically when you add certain controls to forms or reports.
سؤال
A form that is based on a table that contains a(n) ________ macro inherits the logic of the table.
سؤال
Event-driven data macros are triggered by ________ events.
سؤال
The Macro ___ makes it easier to create or modify macros.
سؤال
Macros can be created to run other macros inside of them.
سؤال
Table validation rules can only work with one field.
سؤال
An embedded macro displays as an object in the Navigation Pane and can be run independently of other objects.
سؤال
To test a data macro, open the table and perform whatever the event was to which the macro has been attached and see if the proper action is performed.
سؤال
Microsoft does not use IBMs version of SQL in Access.
سؤال
Macros can be converted to VBA.
سؤال
Since data macros can only be associated with table events, they have no impact on forms.
سؤال
You can use the Macro Designer to edit existing macros.
سؤال
When you add a macro to an event, Access embeds a macro in the object or control and lists it on the Navigation Pane.
سؤال
Business logic describes the policies and procedures established by an organization.
سؤال
If you drag a table, query, form, or report to the Macro Designer, Access adds an action that opens the table, query, form, or report in edit/design mode.
سؤال
When an On Close event is triggered and there is no macro attached to the event, Access runs its default On Close macro.
سؤال
Since data macros are connected to tables, they cannot be attached to events in a form.
سؤال
Data macros, like stand-alone macros and embedded macros, use the Macro Designer.
سؤال
ExecuteDataMacro is an action that can be chosen in the Macro Designer.
سؤال
When you add an action to a macro and that action has several arguments, each of the arguments are required.
سؤال
Macros allow more complex functionality than just using VBA.
سؤال
The actions available in the Macro Designer are the same for data macros as for standalone or embedded macros.
سؤال
Embedded macros can be attached to an event on a control on a form or to the form itself.
سؤال
When there are multiple actions in a macro, Access executes the actions according to an established priority list.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/88
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Using Macros and Sql in Access
1
Which of the following is not considered a table event?

A) After Insert
B) After Update
C) During Delete
D) After Delete
C
2
Which is not an argument for the MessageBox action?

A) Message
B) Beep
C) Title
D) Repeat check box
D
3
What type of macros associate programming logic to tables?

A) Data
B) Embedded
C) Stand-alone
D) Event
A
4
VBA stands for ________.

A) Virtual Basic for Applications
B) Visual Basic for Applications
C) Viewable Basic for Applications
D) Viewable Basics for Application
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
5
Besides an embedded macro, what is the other type of macro?

A) Included
B) Automated
C) Stand-alone
D) Inserted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
6
What is true about how Access handles macros when there are multiple actions in the macro?

A) They execute in a nested last-in, first-executed mode.
B) They execute according to an established priority list created by the user.
C) They execute according to an established priority list built into Access.
D) They execute in the order in which they display.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
7
Besides a stand-alone macro, what is the other type of macro?

A) Embedded
B) Inserted
C) Included
D) Automated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following objects do not appear in the Navigation pane?

A) Embedded macros
B) Stand-alone macros
C) Queries
D) Forms
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
9
What is not a good task for a macro?

A) Group a series of commands into one database object
B) Automate repetitive tasks
C) Perform a specific action
D) Automate a one-time event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
10
What type of macros allow companies to apply business logic to a database?

A) Embedded
B) Stand-alone
C) Data
D) Event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
11
When business logic requires the comparison of two or more fields, you need to use what type of macro?

A) Data
B) Embedded
C) Logic
D) Stand-alone
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
12
What was developed to make it easier to create or modify macros?

A) Macro Creator
B) Macro Developer
C) Macro Designer
D) Visual Basic for Applications (VBA)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which of the following is not true about macros which have been converted to VBA?

A) They appear as modules in Access.
B) They do not appear on the Navigation Pane.
C) They appear on the Navigation Pane.
D) The code will perform the same tasks as the original macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
14
Which event is triggered any time you enter or update data on a form?

A) After Update
B) After Enter
C) After Change
D) After Modification
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
15
A constant used to provide the output for an action is called a(n) ________.

A) function
B) argument
C) equation
D) variable
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
16
Event-driven data macros are triggered by what events?

A) Table
B) Form
C) Form control
D) Report
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
17
You can run a named data macro from within another macro by using what action?

A) ExecuteNamedDataMacro
B) ExecuteDataMacro
C) RunDataMacro
D) PerformDataMacro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which type of macro executes when an event attached to a control or object occurs?

A) Stand-alone
B) Included
C) Embedded
D) Automatic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
19
When a user enters, edits, or deletes data; Access determines that what has occurred?

A) Event
B) Action
C) Incident
D) Function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
20
When an On Close event is triggered and there is no macro attached to the event, what does Access do?

A) It closes the form or report without doing anything.
B) The default On Close macro is run
C) The default Event macro is run.
D) There is no On Close event.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
21
What defines the purpose and the structure of an SQL statement?

A) Keyword
B) Definition
C) Code word
D) ScreenTip
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which of the following is not considered to be an industry-leading DBMS?

A) SQL Server
B) Alpha database software
C) Oracle
D) SAP Sybase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
23
Which of the following is not an action which can be used in a data macro?

A) DeleteRecord
B) SetRecord
C) SendEmail
D) SetField
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
24
According the chapter, what is the easiest way to learn more advanced SQL statements?

A) Buy the SQL for Dummies book.
B) Perform a Google search on advanced SQL statements.
C) Experiment; create queries in SQL view, run them, and see what happens.
D) Create queries in Design view and then view the SQL statements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
25
There are two types of macros: stand-alone macros and ________ macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
26
In SQL, what statement is used to retrieve data from a table?

A) RETRIEVE
B) UPDATE
C) GET
D) SELECT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
27
A(n) ________ macro is a macro that executes when an event attached to a control or object occurs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
28
SQL stands for what?

A) Structured Query Language
B) Structural Query Language
C) Simplified Query Language
D) Simple Query Language
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which one of the four keywords in SQL is used to determine how rows will be sorted?

A) SELECT
B) WHERE
C) ORDER BY
D) SORT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which one of the four keywords in SQL is used to specify what table the fields can be found?

A) SELECT
B) FROM
C) WHERE
D) ORDER BY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
31
If your SQL query does not include a WHERE statement, then how many records will be selected?

A) All
B) None
C) Your SQL statement must include a WHERE statement.
D) Your query will pause upon execution for user entry, just like a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which one of the four keywords in SQL is used to establish criteria?

A) WHERE
B) ORDER BY
C) SELECT
D) FROM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
33
Which of the following is not correct about queries and SQL?

A) Access stores SQL statements in the background.
B) When you create a query Access creates the SQL statements automatically.
C) SQL helps you ask a question of the data in your database.
D) SQL uses the same command set as VBA, except that it is used for queries instead of macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which one of the four keywords in SQL is used to pick which fields will be in the query?

A) SELECT
B) FROM
C) WHERE
D) GROUP BY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
35
When was SQL developed?

A) Early 1960s
B) Early 1970s
C) Late 1970s
D) Early 1980s
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
36
What is normally the first SQL keyword in an SQL statement?

A) FROM
B) WHERE
C) SELECT
D) ORDER BY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
37
Where is the normal location in an SQL statement for the WHERE keyword?

A) Before the FROM keyword
B) First
C) After the FROM keyword
D) Before the SELECT keyword
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the four is not considered one of the four basic words in SQL statements?

A) SELECT
B) WHERE
C) FROM
D) SORTED
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
39
What company developed SQL?

A) Microsoft
B) Apple
C) Adobe
D) IBM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
40
In SQL, what is the default sort order when using the ORDER BY keyword?

A) There is no default sort order.
B) The order of data entry
C) Descending
D) Ascending
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
41
A(n) ________ macro is a database object that you create and use independently of other controls or objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
42
When a user enters, edits, or deletes data; Access determines that a(n) ________ has occurred.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
43
Stand-alone macros do not display as objects in the Navigation Pane.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
44
A(n) ________ is a series of actions that can be programmed to automate tasks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
45
In SQL, the ________ statement is used to retrieve data from a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
46
An SQL ________ defines the purpose and the structure of an SQL statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
47
You can use the ________ Button Wizard to create an embedded macro automatically.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
48
If your SQL query does not include a WHERE statement, then ___ records will be selected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
49
The keyword used in SQL to establish criteria is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
50
The ________ Update event is triggered any time you enter or update data on a form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
51
A(n) ________ data macro can be attached to an event in a form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
52
It is easier to automate tasks by using a VBA procedure than by using macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
53
The keyword used in SQL to establish specify the table where the fields can be found is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
54
A(n) ________ is a variable, constant, or expression that is used to produce the output for an action.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
55
Structured Query Language is the industry-standard language for defining, manipulating, and retrieving the ________ in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
56
When business logic requires the comparison of two or more fields, you need to use a(n) ________ macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
57
Access creates macros automatically when you add certain controls to forms or reports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
58
A form that is based on a table that contains a(n) ________ macro inherits the logic of the table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
59
Event-driven data macros are triggered by ________ events.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
60
The Macro ___ makes it easier to create or modify macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
61
Macros can be created to run other macros inside of them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
62
Table validation rules can only work with one field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
63
An embedded macro displays as an object in the Navigation Pane and can be run independently of other objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
64
To test a data macro, open the table and perform whatever the event was to which the macro has been attached and see if the proper action is performed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
65
Microsoft does not use IBMs version of SQL in Access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
66
Macros can be converted to VBA.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
67
Since data macros can only be associated with table events, they have no impact on forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
68
You can use the Macro Designer to edit existing macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
69
When you add a macro to an event, Access embeds a macro in the object or control and lists it on the Navigation Pane.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
70
Business logic describes the policies and procedures established by an organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
71
If you drag a table, query, form, or report to the Macro Designer, Access adds an action that opens the table, query, form, or report in edit/design mode.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
72
When an On Close event is triggered and there is no macro attached to the event, Access runs its default On Close macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
73
Since data macros are connected to tables, they cannot be attached to events in a form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
74
Data macros, like stand-alone macros and embedded macros, use the Macro Designer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
75
ExecuteDataMacro is an action that can be chosen in the Macro Designer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
76
When you add an action to a macro and that action has several arguments, each of the arguments are required.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
77
Macros allow more complex functionality than just using VBA.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
78
The actions available in the Macro Designer are the same for data macros as for standalone or embedded macros.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
79
Embedded macros can be attached to an event on a control on a form or to the form itself.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
80
When there are multiple actions in a macro, Access executes the actions according to an established priority list.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 88 في هذه المجموعة.