Deck 10: Automating Tasks With Macros

ملء الشاشة (f)
exit full mode
سؤال
An Access action that finds the first record (or the next record, if the action is used again)that meets specified criteria.

A)ApplyFilter
B)GoToControl
C)FindRecord
D)SelectObject
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A database developer will usually want to prevent inexperienced users from deleting database records by creating a user interface that sets the Record Selectors property to No on an unbound form that allows the user to choose which query to run.____________________
سؤال
A macro attached to the OnOpen property in a form will execute its actions each time the form is opened.
سؤال
In a macro, a phrase is a text description that has no effect on the macro.____________________
سؤال
An object in Access responds to an event, such as clicking on a command button, based on specified event properties.
سؤال
The SendKeys action available in the Action Catalog when creating a macro is considered to be a trusted action.____________________
سؤال
To hide all arguments for an action, click the Expand Action button in the Collapse/Expand group on the Design tab.____________________
سؤال
Macros may only be run from within a form or report.
سؤال
Every system query name begins with the ˜ (tilde)character.____________________
سؤال
Single step mode remains on for all macros once it is turned on until it is manually turned off.
سؤال
It is not possible to drag an action from the Action Catalog to a specific location in the Macro Designer.
سؤال
Edit is the default setting for the Data Mode argument of the OpenTable action.____________________
سؤال
A semi-colon separates multiple arguments for an action in a macro.____________________
سؤال
To define the data that is retrieved from a database and how the data is presented, SQL uses the SELECT statement.____________________
سؤال
A database developer may use either a macro or VBA code to display a user interface for the database.
سؤال
Access automatically constructs an equivalent SQL statement for queries when the query is created.
سؤال
The only arguments available for the Beep argument are Yes or No.
سؤال
In a navigation form, the  lower-level tabs are  displayed with the same  background color as the  active top-level tab. ​
سؤال
A comment used to describe an action included in a macro must begin with /* .
سؤال
In a macro containing submacros, the macro name is separated from the submacro name by a period .____________________
سؤال
Which of the following is an example of a submacro within a macro?

A)OnClick.OpenCustomerTable
B)frmInvoice.OnClose
C)tblBilling.ListCustomer
D)mcrLatePayment.OpenBillingTable
سؤال
The Access action that selects a specified object so that an action can be run that applies to the object.

A)SelectObject
B)Apply Filter
C)OpenForm
D)RunMacro
سؤال
In single step mode, the macro may be stopped at any time by clicking the ___ button.

A)Step
B)Single Step
C)Stop All Macros
D)Continue
سؤال
Using VBA code, a group of statements may be created that set the event property value to the name of that group of statements; Access will then execute an event ____ when the event occurs.

A)procedure
B)method
C)property
D)action
سؤال
After searching for a specific action in the Action Catalog pane, all actions may be displayed again by clicking on the ____ button.

A)Expand All
B)search
C)clear filter
D)Undo
سؤال
In an SQL SELECT statement, fields to be displayed are listed after the keyword ____.

A)WHERE
B)FIELDS
C)SELECT
D)SORT
سؤال
In an SQL SELECT statement, tables to be used for the query are listed after the keyword ____.

A)WHERE
B)FROM
C)SELECT
D)TABLE
سؤال
A(n)____ is a piece of data required by an action in a macro.

A)code
B)argument
C)message
D)pointer
سؤال
The four sections of a basic SQL statement include clauses that begin with which group of keywords?

A)SELECT, FROM, WHERE, ORDER BY
B)RECORD, TO, WHERE, ORDER BY
C)CREATE, SELECT, FROM, WHERE
D)CREATE, FROM, SELECT, ORDER BY
سؤال
Which of the following describe the five SQL statement types?

A)modify, update, delete, insert, create
B)select, modify, remove, insert, create
C)select, update, delete, insert, create
D)remove, update, delete, add, rename
سؤال
A button that performs an action when the user clicks on the button is a(n)____ button.

A)message
B)command
C)action
D)macro
سؤال
Unsafe actions available in the Action Catalog when Show All Actions is enabled while creating or modifying a macro are identified by ____.

A)a red exclamation mark
B)the name of the action in red letters
C)an "Unsafe Action" ScreenTip
D)"Trusted" ScreenTip
سؤال
Access 2016 provides ____ predefined layouts for navigation forms with different layouts for the placement of tabs and subtabs.

A)3
B)5
C)6
D)10
سؤال
Which macro feature is used to run a macro one step at a time to verify that arguments are correct and the macro runs appropriately?

A)Action Catalog
B)Show All Actions
C)single step mode
D)all steps mode
سؤال
In the SQL statement: SELECT [Name] FROM MSysObjects WHERE [TYPE]=5 AND Left([Name],1)"˜ ORDER BY[NAME]; what does [TYPE]=5 indicate?

A)the statement is selecting query objects in an Access system table
B)the statement would like to display only 5 names
C)the statement is selecting table objects in an Access system table
D)the statement will select records in groups of 5
سؤال
In a SQL SELECT statement a field name enclosed in square brackets like this [Last Name] most likely refers to which of the following field names from the selected table?

A)lName
B)Lname
C)LastName
D)Last Name
سؤال
The development environment in Access that is used to create, view, and modify macros is the ____.

A)SQL server
B)Visual Basic
C)Macro Designer
D)ODBC database
سؤال
Which type of form allows the display of database objects using tabs in an organized way to assist users with accessing the different objects.

A)bound form
B)data entry form
C)reports form
D)navigation form
سؤال
Most database developers prefer to prevent inexperienced database users from using which type of query?

A)action
B)cross-tab
C)select
D)parameter
سؤال
Which of the following is an example of an event property?

A)OnClose
B)Input Mask
C)Validation Rule
D)Border Style
سؤال
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
Kirk agrees to create the interface.  He realizes that the greatest benefit of the interface is to minimize ____.

A)the user's ability to use the database
B)the information available from the database
C)data being corrupted inadvertently
D)the administration of the database
سؤال
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
Kirk has determined he needs a list box of all of the queries in the database to include in the interface he is developing.  Access maintains special tables that store information about the structure of the objects in the database. The ____ system table, stores information about the names, types, and other characteristics of every object in a database.  Kirk will write an SQL statement that includes information from this table.

A)USysRibbon
B)MSysObjects
C)MSysQueries
D)MSysSelect
سؤال
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
Kirk will use one of the predefined navigation forms available from the ____ in the Forms group on the Create tab to create the navigation form for the interface.

A)Form Wizard
B)Form Design button
C)Navigation Gallery
D)Macro button
سؤال
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
In a different macro, Elaina would like to locate the first or next record that meets a specific set of criteria.  Which Access action can be added to the macro that will meet her demand?

A)SelectObject
B)GoToControl
C)OpenForm
D)FindRecord
سؤال
Match between columns
A text description for the benefit of database developers and has no effect on the macro
OpenForm
A text description for the benefit of database developers and has no effect on the macro
RunMenuCommand
A text description for the benefit of database developers and has no effect on the macro
message box
A text description for the benefit of database developers and has no effect on the macro
SelectObject
A text description for the benefit of database developers and has no effect on the macro
event
A text description for the benefit of database developers and has no effect on the macro
View Argument
A text description for the benefit of database developers and has no effect on the macro
WHERE
A text description for the benefit of database developers and has no effect on the macro
GoToControl
A text description for the benefit of database developers and has no effect on the macro
FROM
A text description for the benefit of database developers and has no effect on the macro
SQL
A text description for the benefit of database developers and has no effect on the macro
Single step
A text description for the benefit of database developers and has no effect on the macro
Action Catalog button
A text description for the benefit of database developers and has no effect on the macro
Macro
A text description for the benefit of database developers and has no effect on the macro
Action
A text description for the benefit of database developers and has no effect on the macro
OpenForm Action
A text description for the benefit of database developers and has no effect on the macro
Navigation form
A text description for the benefit of database developers and has no effect on the macro
List box control
A text description for the benefit of database developers and has no effect on the macro
Comment
A text description for the benefit of database developers and has no effect on the macro
Search box
A text description for the benefit of database developers and has no effect on the macro
Argument
سؤال
​What are some of the problems in restricting access to Database Objects and prohibiting design changes?
سؤال
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
Elaina needs to move the focus to a particular field in the Client form.  Which Access action should she add to the macro?

A)GoToControl
B)OpenForm
C)FindRecord
D)SelectObject
سؤال
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
Elaina has created a button on the Schedule form that references a macro (mcrOpenScheduleTable)which opens the Schedule table when the button is clicked.  Which event property associated with the button will be assigned the macro name?

A)OnClick
B)OnDblClick
C)OnEnter
D)OnMouseMove
سؤال
What are some advantages of including submacros in a single macro instead of creating them all as separate macros?
سؤال
To create a navigation form using the Navigation gallery, click on the ____ button on the Create tab.

A)Navigation
B)Form Wizard
C)Form Design
D)Form
سؤال
Match between columns
D isplays a scrollable list of values
OpenForm
D isplays a scrollable list of values
RunMenuCommand
D isplays a scrollable list of values
message box
D isplays a scrollable list of values
SelectObject
D isplays a scrollable list of values
event
D isplays a scrollable list of values
View Argument
D isplays a scrollable list of values
WHERE
D isplays a scrollable list of values
GoToControl
D isplays a scrollable list of values
FROM
D isplays a scrollable list of values
SQL
D isplays a scrollable list of values
Single step
D isplays a scrollable list of values
Action Catalog button
D isplays a scrollable list of values
Macro
D isplays a scrollable list of values
Action
D isplays a scrollable list of values
OpenForm Action
D isplays a scrollable list of values
Navigation form
D isplays a scrollable list of values
List box control
D isplays a scrollable list of values
Comment
D isplays a scrollable list of values
Search box
D isplays a scrollable list of values
Argument
سؤال
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
As Elaina continues to automate the database, she discovers that several of her macros are related.  To make maintenance of the database more manageable, she decides to create ____ within a macro to consolidate the related macros.

A)actions
B)event properties
C)submacros
D)event procedures
سؤال
The default orientation for printing a report many be changed using the ____ feature of Access.

A)Form Layout
B)Report Wizard
C)Pagination
D)Print Preview
سؤال
Which of these Access objects will work as a subform in a navigation form?

A)crosstab queries
B)macros
C)table datasheet
D)select queries
سؤال
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
In the SQL SELECT statement, Kirk must identify the object type for queries using code that SQL can interpret.  In the Access system table, the field value for the query object type is ____ and will follow [Type]= in the statement.

A)1
B)3
C)5
D)7
سؤال
Match between columns
A piece of data that is required by an action
OpenForm
A piece of data that is required by an action
RunMenuCommand
A piece of data that is required by an action
message box
A piece of data that is required by an action
SelectObject
A piece of data that is required by an action
event
A piece of data that is required by an action
View Argument
A piece of data that is required by an action
WHERE
A piece of data that is required by an action
GoToControl
A piece of data that is required by an action
FROM
A piece of data that is required by an action
SQL
A piece of data that is required by an action
Single step
A piece of data that is required by an action
Action Catalog button
A piece of data that is required by an action
Macro
A piece of data that is required by an action
Action
A piece of data that is required by an action
OpenForm Action
A piece of data that is required by an action
Navigation form
A piece of data that is required by an action
List box control
A piece of data that is required by an action
Comment
A piece of data that is required by an action
Search box
A piece of data that is required by an action
Argument
سؤال
Briefly explain how to embed submacros, subforms, subqueries, and subreports in macro, form, query, and report Access objects.
سؤال
Match between columns
A form with tabs that allows you to display database objects in an organized way to users
OpenForm
A form with tabs that allows you to display database objects in an organized way to users
RunMenuCommand
A form with tabs that allows you to display database objects in an organized way to users
message box
A form with tabs that allows you to display database objects in an organized way to users
SelectObject
A form with tabs that allows you to display database objects in an organized way to users
event
A form with tabs that allows you to display database objects in an organized way to users
View Argument
A form with tabs that allows you to display database objects in an organized way to users
WHERE
A form with tabs that allows you to display database objects in an organized way to users
GoToControl
A form with tabs that allows you to display database objects in an organized way to users
FROM
A form with tabs that allows you to display database objects in an organized way to users
SQL
A form with tabs that allows you to display database objects in an organized way to users
Single step
A form with tabs that allows you to display database objects in an organized way to users
Action Catalog button
A form with tabs that allows you to display database objects in an organized way to users
Macro
A form with tabs that allows you to display database objects in an organized way to users
Action
A form with tabs that allows you to display database objects in an organized way to users
OpenForm Action
A form with tabs that allows you to display database objects in an organized way to users
Navigation form
A form with tabs that allows you to display database objects in an organized way to users
List box control
A form with tabs that allows you to display database objects in an organized way to users
Comment
A form with tabs that allows you to display database objects in an organized way to users
Search box
A form with tabs that allows you to display database objects in an organized way to users
Argument
سؤال
When Access opens a form or report, the ____ event occurs.

A)Open
B)Load
C)View
D)Link
سؤال
Match between columns
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
OpenForm
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
RunMenuCommand
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
message box
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
SelectObject
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
event
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
View Argument
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
WHERE
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
GoToControl
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
FROM
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
SQL
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Single step
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Action Catalog button
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Macro
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Action
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
OpenForm Action
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Navigation form
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
List box control
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Comment
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Search box
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Argument
سؤال
Match between columns
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
OpenForm
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
RunMenuCommand
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
message box
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
SelectObject
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
event
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
View Argument
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
WHERE
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
GoToControl
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
FROM
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
SQL
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Single step
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Action Catalog button
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Macro
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Action
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
OpenForm Action
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Navigation form
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
List box control
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Comment
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Search box
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Argument
سؤال
Match between columns
Executes one macro action at a time, pausing between actions
OpenForm
Executes one macro action at a time, pausing between actions
RunMenuCommand
Executes one macro action at a time, pausing between actions
message box
Executes one macro action at a time, pausing between actions
SelectObject
Executes one macro action at a time, pausing between actions
event
Executes one macro action at a time, pausing between actions
View Argument
Executes one macro action at a time, pausing between actions
WHERE
Executes one macro action at a time, pausing between actions
GoToControl
Executes one macro action at a time, pausing between actions
FROM
Executes one macro action at a time, pausing between actions
SQL
Executes one macro action at a time, pausing between actions
Single step
Executes one macro action at a time, pausing between actions
Action Catalog button
Executes one macro action at a time, pausing between actions
Macro
Executes one macro action at a time, pausing between actions
Action
Executes one macro action at a time, pausing between actions
OpenForm Action
Executes one macro action at a time, pausing between actions
Navigation form
Executes one macro action at a time, pausing between actions
List box control
Executes one macro action at a time, pausing between actions
Comment
Executes one macro action at a time, pausing between actions
Search box
Executes one macro action at a time, pausing between actions
Argument
سؤال
Match between columns
O pens a specied form in a specied view
OpenForm
O pens a specied form in a specied view
RunMenuCommand
O pens a specied form in a specied view
message box
O pens a specied form in a specied view
SelectObject
O pens a specied form in a specied view
event
O pens a specied form in a specied view
View Argument
O pens a specied form in a specied view
WHERE
O pens a specied form in a specied view
GoToControl
O pens a specied form in a specied view
FROM
O pens a specied form in a specied view
SQL
O pens a specied form in a specied view
Single step
O pens a specied form in a specied view
Action Catalog button
O pens a specied form in a specied view
Macro
O pens a specied form in a specied view
Action
O pens a specied form in a specied view
OpenForm Action
O pens a specied form in a specied view
Navigation form
O pens a specied form in a specied view
List box control
O pens a specied form in a specied view
Comment
O pens a specied form in a specied view
Search box
O pens a specied form in a specied view
Argument
سؤال
Match between columns
Toggles to open and close the Action Catalog pane
OpenForm
Toggles to open and close the Action Catalog pane
RunMenuCommand
Toggles to open and close the Action Catalog pane
message box
Toggles to open and close the Action Catalog pane
SelectObject
Toggles to open and close the Action Catalog pane
event
Toggles to open and close the Action Catalog pane
View Argument
Toggles to open and close the Action Catalog pane
WHERE
Toggles to open and close the Action Catalog pane
GoToControl
Toggles to open and close the Action Catalog pane
FROM
Toggles to open and close the Action Catalog pane
SQL
Toggles to open and close the Action Catalog pane
Single step
Toggles to open and close the Action Catalog pane
Action Catalog button
Toggles to open and close the Action Catalog pane
Macro
Toggles to open and close the Action Catalog pane
Action
Toggles to open and close the Action Catalog pane
OpenForm Action
Toggles to open and close the Action Catalog pane
Navigation form
Toggles to open and close the Action Catalog pane
List box control
Toggles to open and close the Action Catalog pane
Comment
Toggles to open and close the Action Catalog pane
Search box
Toggles to open and close the Action Catalog pane
Argument
سؤال
Match between columns
The instruction that initiates each individual command or keystroke within a macro
OpenForm
The instruction that initiates each individual command or keystroke within a macro
RunMenuCommand
The instruction that initiates each individual command or keystroke within a macro
message box
The instruction that initiates each individual command or keystroke within a macro
SelectObject
The instruction that initiates each individual command or keystroke within a macro
event
The instruction that initiates each individual command or keystroke within a macro
View Argument
The instruction that initiates each individual command or keystroke within a macro
WHERE
The instruction that initiates each individual command or keystroke within a macro
GoToControl
The instruction that initiates each individual command or keystroke within a macro
FROM
The instruction that initiates each individual command or keystroke within a macro
SQL
The instruction that initiates each individual command or keystroke within a macro
Single step
The instruction that initiates each individual command or keystroke within a macro
Action Catalog button
The instruction that initiates each individual command or keystroke within a macro
Macro
The instruction that initiates each individual command or keystroke within a macro
Action
The instruction that initiates each individual command or keystroke within a macro
OpenForm Action
The instruction that initiates each individual command or keystroke within a macro
Navigation form
The instruction that initiates each individual command or keystroke within a macro
List box control
The instruction that initiates each individual command or keystroke within a macro
Comment
The instruction that initiates each individual command or keystroke within a macro
Search box
The instruction that initiates each individual command or keystroke within a macro
Argument
سؤال
Match between columns
The action that selects a specified object and runs an action that applies to the object.
OpenForm
The action that selects a specified object and runs an action that applies to the object.
RunMenuCommand
The action that selects a specified object and runs an action that applies to the object.
message box
The action that selects a specified object and runs an action that applies to the object.
SelectObject
The action that selects a specified object and runs an action that applies to the object.
event
The action that selects a specified object and runs an action that applies to the object.
View Argument
The action that selects a specified object and runs an action that applies to the object.
WHERE
The action that selects a specified object and runs an action that applies to the object.
GoToControl
The action that selects a specified object and runs an action that applies to the object.
FROM
The action that selects a specified object and runs an action that applies to the object.
SQL
The action that selects a specified object and runs an action that applies to the object.
Single step
The action that selects a specified object and runs an action that applies to the object.
Action Catalog button
The action that selects a specified object and runs an action that applies to the object.
Macro
The action that selects a specified object and runs an action that applies to the object.
Action
The action that selects a specified object and runs an action that applies to the object.
OpenForm Action
The action that selects a specified object and runs an action that applies to the object.
Navigation form
The action that selects a specified object and runs an action that applies to the object.
List box control
The action that selects a specified object and runs an action that applies to the object.
Comment
The action that selects a specified object and runs an action that applies to the object.
Search box
The action that selects a specified object and runs an action that applies to the object.
Argument
سؤال
Match between columns
The action that selects and runs a command on the ribbon.
OpenForm
The action that selects and runs a command on the ribbon.
RunMenuCommand
The action that selects and runs a command on the ribbon.
message box
The action that selects and runs a command on the ribbon.
SelectObject
The action that selects and runs a command on the ribbon.
event
The action that selects and runs a command on the ribbon.
View Argument
The action that selects and runs a command on the ribbon.
WHERE
The action that selects and runs a command on the ribbon.
GoToControl
The action that selects and runs a command on the ribbon.
FROM
The action that selects and runs a command on the ribbon.
SQL
The action that selects and runs a command on the ribbon.
Single step
The action that selects and runs a command on the ribbon.
Action Catalog button
The action that selects and runs a command on the ribbon.
Macro
The action that selects and runs a command on the ribbon.
Action
The action that selects and runs a command on the ribbon.
OpenForm Action
The action that selects and runs a command on the ribbon.
Navigation form
The action that selects and runs a command on the ribbon.
List box control
The action that selects and runs a command on the ribbon.
Comment
The action that selects and runs a command on the ribbon.
Search box
The action that selects and runs a command on the ribbon.
Argument
سؤال
Match between columns
An argument for the OpenTable action which specifies the view in which an object opens.
OpenForm
An argument for the OpenTable action which specifies the view in which an object opens.
RunMenuCommand
An argument for the OpenTable action which specifies the view in which an object opens.
message box
An argument for the OpenTable action which specifies the view in which an object opens.
SelectObject
An argument for the OpenTable action which specifies the view in which an object opens.
event
An argument for the OpenTable action which specifies the view in which an object opens.
View Argument
An argument for the OpenTable action which specifies the view in which an object opens.
WHERE
An argument for the OpenTable action which specifies the view in which an object opens.
GoToControl
An argument for the OpenTable action which specifies the view in which an object opens.
FROM
An argument for the OpenTable action which specifies the view in which an object opens.
SQL
An argument for the OpenTable action which specifies the view in which an object opens.
Single step
An argument for the OpenTable action which specifies the view in which an object opens.
Action Catalog button
An argument for the OpenTable action which specifies the view in which an object opens.
Macro
An argument for the OpenTable action which specifies the view in which an object opens.
Action
An argument for the OpenTable action which specifies the view in which an object opens.
OpenForm Action
An argument for the OpenTable action which specifies the view in which an object opens.
Navigation form
An argument for the OpenTable action which specifies the view in which an object opens.
List box control
An argument for the OpenTable action which specifies the view in which an object opens.
Comment
An argument for the OpenTable action which specifies the view in which an object opens.
Search box
An argument for the OpenTable action which specifies the view in which an object opens.
Argument
سؤال
Match between columns
The action that moves the focus to a specified field or control on the active datasheet or form.
OpenForm
The action that moves the focus to a specified field or control on the active datasheet or form.
RunMenuCommand
The action that moves the focus to a specified field or control on the active datasheet or form.
message box
The action that moves the focus to a specified field or control on the active datasheet or form.
SelectObject
The action that moves the focus to a specified field or control on the active datasheet or form.
event
The action that moves the focus to a specified field or control on the active datasheet or form.
View Argument
The action that moves the focus to a specified field or control on the active datasheet or form.
WHERE
The action that moves the focus to a specified field or control on the active datasheet or form.
GoToControl
The action that moves the focus to a specified field or control on the active datasheet or form.
FROM
The action that moves the focus to a specified field or control on the active datasheet or form.
SQL
The action that moves the focus to a specified field or control on the active datasheet or form.
Single step
The action that moves the focus to a specified field or control on the active datasheet or form.
Action Catalog button
The action that moves the focus to a specified field or control on the active datasheet or form.
Macro
The action that moves the focus to a specified field or control on the active datasheet or form.
Action
The action that moves the focus to a specified field or control on the active datasheet or form.
OpenForm Action
The action that moves the focus to a specified field or control on the active datasheet or form.
Navigation form
The action that moves the focus to a specified field or control on the active datasheet or form.
List box control
The action that moves the focus to a specified field or control on the active datasheet or form.
Comment
The action that moves the focus to a specified field or control on the active datasheet or form.
Search box
The action that moves the focus to a specified field or control on the active datasheet or form.
Argument
سؤال
Match between columns
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
OpenForm
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
RunMenuCommand
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
message box
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
SelectObject
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
event
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
View Argument
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
WHERE
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
GoToControl
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
FROM
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
SQL
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Single step
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Action Catalog button
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Macro
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Action
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
OpenForm Action
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Navigation form
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
List box control
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Comment
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Search box
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Argument
سؤال
Match between columns
The action that opens a specified form in a specified view.
OpenForm
The action that opens a specified form in a specified view.
RunMenuCommand
The action that opens a specified form in a specified view.
message box
The action that opens a specified form in a specified view.
SelectObject
The action that opens a specified form in a specified view.
event
The action that opens a specified form in a specified view.
View Argument
The action that opens a specified form in a specified view.
WHERE
The action that opens a specified form in a specified view.
GoToControl
The action that opens a specified form in a specified view.
FROM
The action that opens a specified form in a specified view.
SQL
The action that opens a specified form in a specified view.
Single step
The action that opens a specified form in a specified view.
Action Catalog button
The action that opens a specified form in a specified view.
Macro
The action that opens a specified form in a specified view.
Action
The action that opens a specified form in a specified view.
OpenForm Action
The action that opens a specified form in a specified view.
Navigation form
The action that opens a specified form in a specified view.
List box control
The action that opens a specified form in a specified view.
Comment
The action that opens a specified form in a specified view.
Search box
The action that opens a specified form in a specified view.
Argument
سؤال
Match between columns
A standard language used in querying, updating, and managing relational databases.
OpenForm
A standard language used in querying, updating, and managing relational databases.
RunMenuCommand
A standard language used in querying, updating, and managing relational databases.
message box
A standard language used in querying, updating, and managing relational databases.
SelectObject
A standard language used in querying, updating, and managing relational databases.
event
A standard language used in querying, updating, and managing relational databases.
View Argument
A standard language used in querying, updating, and managing relational databases.
WHERE
A standard language used in querying, updating, and managing relational databases.
GoToControl
A standard language used in querying, updating, and managing relational databases.
FROM
A standard language used in querying, updating, and managing relational databases.
SQL
A standard language used in querying, updating, and managing relational databases.
Single step
A standard language used in querying, updating, and managing relational databases.
Action Catalog button
A standard language used in querying, updating, and managing relational databases.
Macro
A standard language used in querying, updating, and managing relational databases.
Action
A standard language used in querying, updating, and managing relational databases.
OpenForm Action
A standard language used in querying, updating, and managing relational databases.
Navigation form
A standard language used in querying, updating, and managing relational databases.
List box control
A standard language used in querying, updating, and managing relational databases.
Comment
A standard language used in querying, updating, and managing relational databases.
Search box
A standard language used in querying, updating, and managing relational databases.
Argument
سؤال
Match between columns
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
OpenForm
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
RunMenuCommand
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
message box
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
SelectObject
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
event
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
View Argument
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
WHERE
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
GoToControl
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
FROM
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
SQL
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Single step
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Action Catalog button
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Macro
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Action
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
OpenForm Action
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Navigation form
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
List box control
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Comment
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Search box
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Argument
سؤال
Match between columns
A state, condition, or occurrence detectable by Access.
OpenForm
A state, condition, or occurrence detectable by Access.
RunMenuCommand
A state, condition, or occurrence detectable by Access.
message box
A state, condition, or occurrence detectable by Access.
SelectObject
A state, condition, or occurrence detectable by Access.
event
A state, condition, or occurrence detectable by Access.
View Argument
A state, condition, or occurrence detectable by Access.
WHERE
A state, condition, or occurrence detectable by Access.
GoToControl
A state, condition, or occurrence detectable by Access.
FROM
A state, condition, or occurrence detectable by Access.
SQL
A state, condition, or occurrence detectable by Access.
Single step
A state, condition, or occurrence detectable by Access.
Action Catalog button
A state, condition, or occurrence detectable by Access.
Macro
A state, condition, or occurrence detectable by Access.
Action
A state, condition, or occurrence detectable by Access.
OpenForm Action
A state, condition, or occurrence detectable by Access.
Navigation form
A state, condition, or occurrence detectable by Access.
List box control
A state, condition, or occurrence detectable by Access.
Comment
A state, condition, or occurrence detectable by Access.
Search box
A state, condition, or occurrence detectable by Access.
Argument
سؤال
Match between columns
The action that displays a message box containing a warning or informational message.
OpenForm
The action that displays a message box containing a warning or informational message.
RunMenuCommand
The action that displays a message box containing a warning or informational message.
message box
The action that displays a message box containing a warning or informational message.
SelectObject
The action that displays a message box containing a warning or informational message.
event
The action that displays a message box containing a warning or informational message.
View Argument
The action that displays a message box containing a warning or informational message.
WHERE
The action that displays a message box containing a warning or informational message.
GoToControl
The action that displays a message box containing a warning or informational message.
FROM
The action that displays a message box containing a warning or informational message.
SQL
The action that displays a message box containing a warning or informational message.
Single step
The action that displays a message box containing a warning or informational message.
Action Catalog button
The action that displays a message box containing a warning or informational message.
Macro
The action that displays a message box containing a warning or informational message.
Action
The action that displays a message box containing a warning or informational message.
OpenForm Action
The action that displays a message box containing a warning or informational message.
Navigation form
The action that displays a message box containing a warning or informational message.
List box control
The action that displays a message box containing a warning or informational message.
Comment
The action that displays a message box containing a warning or informational message.
Search box
The action that displays a message box containing a warning or informational message.
Argument
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Automating Tasks With Macros
1
An Access action that finds the first record (or the next record, if the action is used again)that meets specified criteria.

A)ApplyFilter
B)GoToControl
C)FindRecord
D)SelectObject
C
2
A database developer will usually want to prevent inexperienced users from deleting database records by creating a user interface that sets the Record Selectors property to No on an unbound form that allows the user to choose which query to run.____________________
True
3
A macro attached to the OnOpen property in a form will execute its actions each time the form is opened.
False
4
In a macro, a phrase is a text description that has no effect on the macro.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
5
An object in Access responds to an event, such as clicking on a command button, based on specified event properties.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
6
The SendKeys action available in the Action Catalog when creating a macro is considered to be a trusted action.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
7
To hide all arguments for an action, click the Expand Action button in the Collapse/Expand group on the Design tab.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
8
Macros may only be run from within a form or report.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
9
Every system query name begins with the ˜ (tilde)character.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
10
Single step mode remains on for all macros once it is turned on until it is manually turned off.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
11
It is not possible to drag an action from the Action Catalog to a specific location in the Macro Designer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
12
Edit is the default setting for the Data Mode argument of the OpenTable action.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
13
A semi-colon separates multiple arguments for an action in a macro.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
14
To define the data that is retrieved from a database and how the data is presented, SQL uses the SELECT statement.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
15
A database developer may use either a macro or VBA code to display a user interface for the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
16
Access automatically constructs an equivalent SQL statement for queries when the query is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
17
The only arguments available for the Beep argument are Yes or No.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
18
In a navigation form, the  lower-level tabs are  displayed with the same  background color as the  active top-level tab. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
19
A comment used to describe an action included in a macro must begin with /* .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
20
In a macro containing submacros, the macro name is separated from the submacro name by a period .____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which of the following is an example of a submacro within a macro?

A)OnClick.OpenCustomerTable
B)frmInvoice.OnClose
C)tblBilling.ListCustomer
D)mcrLatePayment.OpenBillingTable
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
22
The Access action that selects a specified object so that an action can be run that applies to the object.

A)SelectObject
B)Apply Filter
C)OpenForm
D)RunMacro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
23
In single step mode, the macro may be stopped at any time by clicking the ___ button.

A)Step
B)Single Step
C)Stop All Macros
D)Continue
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
24
Using VBA code, a group of statements may be created that set the event property value to the name of that group of statements; Access will then execute an event ____ when the event occurs.

A)procedure
B)method
C)property
D)action
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
25
After searching for a specific action in the Action Catalog pane, all actions may be displayed again by clicking on the ____ button.

A)Expand All
B)search
C)clear filter
D)Undo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
26
In an SQL SELECT statement, fields to be displayed are listed after the keyword ____.

A)WHERE
B)FIELDS
C)SELECT
D)SORT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
27
In an SQL SELECT statement, tables to be used for the query are listed after the keyword ____.

A)WHERE
B)FROM
C)SELECT
D)TABLE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
28
A(n)____ is a piece of data required by an action in a macro.

A)code
B)argument
C)message
D)pointer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
29
The four sections of a basic SQL statement include clauses that begin with which group of keywords?

A)SELECT, FROM, WHERE, ORDER BY
B)RECORD, TO, WHERE, ORDER BY
C)CREATE, SELECT, FROM, WHERE
D)CREATE, FROM, SELECT, ORDER BY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following describe the five SQL statement types?

A)modify, update, delete, insert, create
B)select, modify, remove, insert, create
C)select, update, delete, insert, create
D)remove, update, delete, add, rename
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
31
A button that performs an action when the user clicks on the button is a(n)____ button.

A)message
B)command
C)action
D)macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
32
Unsafe actions available in the Action Catalog when Show All Actions is enabled while creating or modifying a macro are identified by ____.

A)a red exclamation mark
B)the name of the action in red letters
C)an "Unsafe Action" ScreenTip
D)"Trusted" ScreenTip
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
33
Access 2016 provides ____ predefined layouts for navigation forms with different layouts for the placement of tabs and subtabs.

A)3
B)5
C)6
D)10
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which macro feature is used to run a macro one step at a time to verify that arguments are correct and the macro runs appropriately?

A)Action Catalog
B)Show All Actions
C)single step mode
D)all steps mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
35
In the SQL statement: SELECT [Name] FROM MSysObjects WHERE [TYPE]=5 AND Left([Name],1)"˜ ORDER BY[NAME]; what does [TYPE]=5 indicate?

A)the statement is selecting query objects in an Access system table
B)the statement would like to display only 5 names
C)the statement is selecting table objects in an Access system table
D)the statement will select records in groups of 5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
36
In a SQL SELECT statement a field name enclosed in square brackets like this [Last Name] most likely refers to which of the following field names from the selected table?

A)lName
B)Lname
C)LastName
D)Last Name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
37
The development environment in Access that is used to create, view, and modify macros is the ____.

A)SQL server
B)Visual Basic
C)Macro Designer
D)ODBC database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which type of form allows the display of database objects using tabs in an organized way to assist users with accessing the different objects.

A)bound form
B)data entry form
C)reports form
D)navigation form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
39
Most database developers prefer to prevent inexperienced database users from using which type of query?

A)action
B)cross-tab
C)select
D)parameter
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which of the following is an example of an event property?

A)OnClose
B)Input Mask
C)Validation Rule
D)Border Style
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
41
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
Kirk agrees to create the interface.  He realizes that the greatest benefit of the interface is to minimize ____.

A)the user's ability to use the database
B)the information available from the database
C)data being corrupted inadvertently
D)the administration of the database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
42
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
Kirk has determined he needs a list box of all of the queries in the database to include in the interface he is developing.  Access maintains special tables that store information about the structure of the objects in the database. The ____ system table, stores information about the names, types, and other characteristics of every object in a database.  Kirk will write an SQL statement that includes information from this table.

A)USysRibbon
B)MSysObjects
C)MSysQueries
D)MSysSelect
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
43
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
Kirk will use one of the predefined navigation forms available from the ____ in the Forms group on the Create tab to create the navigation form for the interface.

A)Form Wizard
B)Form Design button
C)Navigation Gallery
D)Macro button
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
44
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
In a different macro, Elaina would like to locate the first or next record that meets a specific set of criteria.  Which Access action can be added to the macro that will meet her demand?

A)SelectObject
B)GoToControl
C)OpenForm
D)FindRecord
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
45
Match between columns
A text description for the benefit of database developers and has no effect on the macro
OpenForm
A text description for the benefit of database developers and has no effect on the macro
RunMenuCommand
A text description for the benefit of database developers and has no effect on the macro
message box
A text description for the benefit of database developers and has no effect on the macro
SelectObject
A text description for the benefit of database developers and has no effect on the macro
event
A text description for the benefit of database developers and has no effect on the macro
View Argument
A text description for the benefit of database developers and has no effect on the macro
WHERE
A text description for the benefit of database developers and has no effect on the macro
GoToControl
A text description for the benefit of database developers and has no effect on the macro
FROM
A text description for the benefit of database developers and has no effect on the macro
SQL
A text description for the benefit of database developers and has no effect on the macro
Single step
A text description for the benefit of database developers and has no effect on the macro
Action Catalog button
A text description for the benefit of database developers and has no effect on the macro
Macro
A text description for the benefit of database developers and has no effect on the macro
Action
A text description for the benefit of database developers and has no effect on the macro
OpenForm Action
A text description for the benefit of database developers and has no effect on the macro
Navigation form
A text description for the benefit of database developers and has no effect on the macro
List box control
A text description for the benefit of database developers and has no effect on the macro
Comment
A text description for the benefit of database developers and has no effect on the macro
Search box
A text description for the benefit of database developers and has no effect on the macro
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
46
​What are some of the problems in restricting access to Database Objects and prohibiting design changes?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
47
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
Elaina needs to move the focus to a particular field in the Client form.  Which Access action should she add to the macro?

A)GoToControl
B)OpenForm
C)FindRecord
D)SelectObject
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
48
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
Elaina has created a button on the Schedule form that references a macro (mcrOpenScheduleTable)which opens the Schedule table when the button is clicked.  Which event property associated with the button will be assigned the macro name?

A)OnClick
B)OnDblClick
C)OnEnter
D)OnMouseMove
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
49
What are some advantages of including submacros in a single macro instead of creating them all as separate macros?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
50
To create a navigation form using the Navigation gallery, click on the ____ button on the Create tab.

A)Navigation
B)Form Wizard
C)Form Design
D)Form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
51
Match between columns
D isplays a scrollable list of values
OpenForm
D isplays a scrollable list of values
RunMenuCommand
D isplays a scrollable list of values
message box
D isplays a scrollable list of values
SelectObject
D isplays a scrollable list of values
event
D isplays a scrollable list of values
View Argument
D isplays a scrollable list of values
WHERE
D isplays a scrollable list of values
GoToControl
D isplays a scrollable list of values
FROM
D isplays a scrollable list of values
SQL
D isplays a scrollable list of values
Single step
D isplays a scrollable list of values
Action Catalog button
D isplays a scrollable list of values
Macro
D isplays a scrollable list of values
Action
D isplays a scrollable list of values
OpenForm Action
D isplays a scrollable list of values
Navigation form
D isplays a scrollable list of values
List box control
D isplays a scrollable list of values
Comment
D isplays a scrollable list of values
Search box
D isplays a scrollable list of values
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
52
Case-Based Critical Thinking Questions
Case 10-1
Elaina is the database administrator for a women's fitness franchise. She has been asked to automate several of the database functions to make it easier for the front desk employees to provide information to clients.  Elaina will create macros to automate the functions.
As Elaina continues to automate the database, she discovers that several of her macros are related.  To make maintenance of the database more manageable, she decides to create ____ within a macro to consolidate the related macros.

A)actions
B)event properties
C)submacros
D)event procedures
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
53
The default orientation for printing a report many be changed using the ____ feature of Access.

A)Form Layout
B)Report Wizard
C)Pagination
D)Print Preview
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of these Access objects will work as a subform in a navigation form?

A)crosstab queries
B)macros
C)table datasheet
D)select queries
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
55
Case-Based Critical Thinking Questions
Case 10-2
Misaki is a new Reservation Specialist for an event rental company. She has asked the database administrator, Kirk, to develop an interface for her to access the database objects she needs because she is not familiar with Access.
In the SQL SELECT statement, Kirk must identify the object type for queries using code that SQL can interpret.  In the Access system table, the field value for the query object type is ____ and will follow [Type]= in the statement.

A)1
B)3
C)5
D)7
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
56
Match between columns
A piece of data that is required by an action
OpenForm
A piece of data that is required by an action
RunMenuCommand
A piece of data that is required by an action
message box
A piece of data that is required by an action
SelectObject
A piece of data that is required by an action
event
A piece of data that is required by an action
View Argument
A piece of data that is required by an action
WHERE
A piece of data that is required by an action
GoToControl
A piece of data that is required by an action
FROM
A piece of data that is required by an action
SQL
A piece of data that is required by an action
Single step
A piece of data that is required by an action
Action Catalog button
A piece of data that is required by an action
Macro
A piece of data that is required by an action
Action
A piece of data that is required by an action
OpenForm Action
A piece of data that is required by an action
Navigation form
A piece of data that is required by an action
List box control
A piece of data that is required by an action
Comment
A piece of data that is required by an action
Search box
A piece of data that is required by an action
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
57
Briefly explain how to embed submacros, subforms, subqueries, and subreports in macro, form, query, and report Access objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
58
Match between columns
A form with tabs that allows you to display database objects in an organized way to users
OpenForm
A form with tabs that allows you to display database objects in an organized way to users
RunMenuCommand
A form with tabs that allows you to display database objects in an organized way to users
message box
A form with tabs that allows you to display database objects in an organized way to users
SelectObject
A form with tabs that allows you to display database objects in an organized way to users
event
A form with tabs that allows you to display database objects in an organized way to users
View Argument
A form with tabs that allows you to display database objects in an organized way to users
WHERE
A form with tabs that allows you to display database objects in an organized way to users
GoToControl
A form with tabs that allows you to display database objects in an organized way to users
FROM
A form with tabs that allows you to display database objects in an organized way to users
SQL
A form with tabs that allows you to display database objects in an organized way to users
Single step
A form with tabs that allows you to display database objects in an organized way to users
Action Catalog button
A form with tabs that allows you to display database objects in an organized way to users
Macro
A form with tabs that allows you to display database objects in an organized way to users
Action
A form with tabs that allows you to display database objects in an organized way to users
OpenForm Action
A form with tabs that allows you to display database objects in an organized way to users
Navigation form
A form with tabs that allows you to display database objects in an organized way to users
List box control
A form with tabs that allows you to display database objects in an organized way to users
Comment
A form with tabs that allows you to display database objects in an organized way to users
Search box
A form with tabs that allows you to display database objects in an organized way to users
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
59
When Access opens a form or report, the ____ event occurs.

A)Open
B)Load
C)View
D)Link
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
60
Match between columns
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
OpenForm
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
RunMenuCommand
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
message box
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
SelectObject
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
event
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
View Argument
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
WHERE
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
GoToControl
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
FROM
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
SQL
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Single step
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Action Catalog button
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Macro
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Action
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
OpenForm Action
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Navigation form
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
List box control
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Comment
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Search box
A llows you to enter a lter term to lter the list of objects displayed in the Acton Catalog pane
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
61
Match between columns
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
OpenForm
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
RunMenuCommand
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
message box
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
SelectObject
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
event
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
View Argument
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
WHERE
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
GoToControl
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
FROM
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
SQL
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Single step
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Action Catalog button
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Macro
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Action
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
OpenForm Action
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Navigation form
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
List box control
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Comment
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Search box
A recorded sequence of commands or keystrokes that can be saved and then executed, or run, by a single action by the user
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
62
Match between columns
Executes one macro action at a time, pausing between actions
OpenForm
Executes one macro action at a time, pausing between actions
RunMenuCommand
Executes one macro action at a time, pausing between actions
message box
Executes one macro action at a time, pausing between actions
SelectObject
Executes one macro action at a time, pausing between actions
event
Executes one macro action at a time, pausing between actions
View Argument
Executes one macro action at a time, pausing between actions
WHERE
Executes one macro action at a time, pausing between actions
GoToControl
Executes one macro action at a time, pausing between actions
FROM
Executes one macro action at a time, pausing between actions
SQL
Executes one macro action at a time, pausing between actions
Single step
Executes one macro action at a time, pausing between actions
Action Catalog button
Executes one macro action at a time, pausing between actions
Macro
Executes one macro action at a time, pausing between actions
Action
Executes one macro action at a time, pausing between actions
OpenForm Action
Executes one macro action at a time, pausing between actions
Navigation form
Executes one macro action at a time, pausing between actions
List box control
Executes one macro action at a time, pausing between actions
Comment
Executes one macro action at a time, pausing between actions
Search box
Executes one macro action at a time, pausing between actions
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
63
Match between columns
O pens a specied form in a specied view
OpenForm
O pens a specied form in a specied view
RunMenuCommand
O pens a specied form in a specied view
message box
O pens a specied form in a specied view
SelectObject
O pens a specied form in a specied view
event
O pens a specied form in a specied view
View Argument
O pens a specied form in a specied view
WHERE
O pens a specied form in a specied view
GoToControl
O pens a specied form in a specied view
FROM
O pens a specied form in a specied view
SQL
O pens a specied form in a specied view
Single step
O pens a specied form in a specied view
Action Catalog button
O pens a specied form in a specied view
Macro
O pens a specied form in a specied view
Action
O pens a specied form in a specied view
OpenForm Action
O pens a specied form in a specied view
Navigation form
O pens a specied form in a specied view
List box control
O pens a specied form in a specied view
Comment
O pens a specied form in a specied view
Search box
O pens a specied form in a specied view
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
64
Match between columns
Toggles to open and close the Action Catalog pane
OpenForm
Toggles to open and close the Action Catalog pane
RunMenuCommand
Toggles to open and close the Action Catalog pane
message box
Toggles to open and close the Action Catalog pane
SelectObject
Toggles to open and close the Action Catalog pane
event
Toggles to open and close the Action Catalog pane
View Argument
Toggles to open and close the Action Catalog pane
WHERE
Toggles to open and close the Action Catalog pane
GoToControl
Toggles to open and close the Action Catalog pane
FROM
Toggles to open and close the Action Catalog pane
SQL
Toggles to open and close the Action Catalog pane
Single step
Toggles to open and close the Action Catalog pane
Action Catalog button
Toggles to open and close the Action Catalog pane
Macro
Toggles to open and close the Action Catalog pane
Action
Toggles to open and close the Action Catalog pane
OpenForm Action
Toggles to open and close the Action Catalog pane
Navigation form
Toggles to open and close the Action Catalog pane
List box control
Toggles to open and close the Action Catalog pane
Comment
Toggles to open and close the Action Catalog pane
Search box
Toggles to open and close the Action Catalog pane
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
65
Match between columns
The instruction that initiates each individual command or keystroke within a macro
OpenForm
The instruction that initiates each individual command or keystroke within a macro
RunMenuCommand
The instruction that initiates each individual command or keystroke within a macro
message box
The instruction that initiates each individual command or keystroke within a macro
SelectObject
The instruction that initiates each individual command or keystroke within a macro
event
The instruction that initiates each individual command or keystroke within a macro
View Argument
The instruction that initiates each individual command or keystroke within a macro
WHERE
The instruction that initiates each individual command or keystroke within a macro
GoToControl
The instruction that initiates each individual command or keystroke within a macro
FROM
The instruction that initiates each individual command or keystroke within a macro
SQL
The instruction that initiates each individual command or keystroke within a macro
Single step
The instruction that initiates each individual command or keystroke within a macro
Action Catalog button
The instruction that initiates each individual command or keystroke within a macro
Macro
The instruction that initiates each individual command or keystroke within a macro
Action
The instruction that initiates each individual command or keystroke within a macro
OpenForm Action
The instruction that initiates each individual command or keystroke within a macro
Navigation form
The instruction that initiates each individual command or keystroke within a macro
List box control
The instruction that initiates each individual command or keystroke within a macro
Comment
The instruction that initiates each individual command or keystroke within a macro
Search box
The instruction that initiates each individual command or keystroke within a macro
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
66
Match between columns
The action that selects a specified object and runs an action that applies to the object.
OpenForm
The action that selects a specified object and runs an action that applies to the object.
RunMenuCommand
The action that selects a specified object and runs an action that applies to the object.
message box
The action that selects a specified object and runs an action that applies to the object.
SelectObject
The action that selects a specified object and runs an action that applies to the object.
event
The action that selects a specified object and runs an action that applies to the object.
View Argument
The action that selects a specified object and runs an action that applies to the object.
WHERE
The action that selects a specified object and runs an action that applies to the object.
GoToControl
The action that selects a specified object and runs an action that applies to the object.
FROM
The action that selects a specified object and runs an action that applies to the object.
SQL
The action that selects a specified object and runs an action that applies to the object.
Single step
The action that selects a specified object and runs an action that applies to the object.
Action Catalog button
The action that selects a specified object and runs an action that applies to the object.
Macro
The action that selects a specified object and runs an action that applies to the object.
Action
The action that selects a specified object and runs an action that applies to the object.
OpenForm Action
The action that selects a specified object and runs an action that applies to the object.
Navigation form
The action that selects a specified object and runs an action that applies to the object.
List box control
The action that selects a specified object and runs an action that applies to the object.
Comment
The action that selects a specified object and runs an action that applies to the object.
Search box
The action that selects a specified object and runs an action that applies to the object.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
67
Match between columns
The action that selects and runs a command on the ribbon.
OpenForm
The action that selects and runs a command on the ribbon.
RunMenuCommand
The action that selects and runs a command on the ribbon.
message box
The action that selects and runs a command on the ribbon.
SelectObject
The action that selects and runs a command on the ribbon.
event
The action that selects and runs a command on the ribbon.
View Argument
The action that selects and runs a command on the ribbon.
WHERE
The action that selects and runs a command on the ribbon.
GoToControl
The action that selects and runs a command on the ribbon.
FROM
The action that selects and runs a command on the ribbon.
SQL
The action that selects and runs a command on the ribbon.
Single step
The action that selects and runs a command on the ribbon.
Action Catalog button
The action that selects and runs a command on the ribbon.
Macro
The action that selects and runs a command on the ribbon.
Action
The action that selects and runs a command on the ribbon.
OpenForm Action
The action that selects and runs a command on the ribbon.
Navigation form
The action that selects and runs a command on the ribbon.
List box control
The action that selects and runs a command on the ribbon.
Comment
The action that selects and runs a command on the ribbon.
Search box
The action that selects and runs a command on the ribbon.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
68
Match between columns
An argument for the OpenTable action which specifies the view in which an object opens.
OpenForm
An argument for the OpenTable action which specifies the view in which an object opens.
RunMenuCommand
An argument for the OpenTable action which specifies the view in which an object opens.
message box
An argument for the OpenTable action which specifies the view in which an object opens.
SelectObject
An argument for the OpenTable action which specifies the view in which an object opens.
event
An argument for the OpenTable action which specifies the view in which an object opens.
View Argument
An argument for the OpenTable action which specifies the view in which an object opens.
WHERE
An argument for the OpenTable action which specifies the view in which an object opens.
GoToControl
An argument for the OpenTable action which specifies the view in which an object opens.
FROM
An argument for the OpenTable action which specifies the view in which an object opens.
SQL
An argument for the OpenTable action which specifies the view in which an object opens.
Single step
An argument for the OpenTable action which specifies the view in which an object opens.
Action Catalog button
An argument for the OpenTable action which specifies the view in which an object opens.
Macro
An argument for the OpenTable action which specifies the view in which an object opens.
Action
An argument for the OpenTable action which specifies the view in which an object opens.
OpenForm Action
An argument for the OpenTable action which specifies the view in which an object opens.
Navigation form
An argument for the OpenTable action which specifies the view in which an object opens.
List box control
An argument for the OpenTable action which specifies the view in which an object opens.
Comment
An argument for the OpenTable action which specifies the view in which an object opens.
Search box
An argument for the OpenTable action which specifies the view in which an object opens.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
69
Match between columns
The action that moves the focus to a specified field or control on the active datasheet or form.
OpenForm
The action that moves the focus to a specified field or control on the active datasheet or form.
RunMenuCommand
The action that moves the focus to a specified field or control on the active datasheet or form.
message box
The action that moves the focus to a specified field or control on the active datasheet or form.
SelectObject
The action that moves the focus to a specified field or control on the active datasheet or form.
event
The action that moves the focus to a specified field or control on the active datasheet or form.
View Argument
The action that moves the focus to a specified field or control on the active datasheet or form.
WHERE
The action that moves the focus to a specified field or control on the active datasheet or form.
GoToControl
The action that moves the focus to a specified field or control on the active datasheet or form.
FROM
The action that moves the focus to a specified field or control on the active datasheet or form.
SQL
The action that moves the focus to a specified field or control on the active datasheet or form.
Single step
The action that moves the focus to a specified field or control on the active datasheet or form.
Action Catalog button
The action that moves the focus to a specified field or control on the active datasheet or form.
Macro
The action that moves the focus to a specified field or control on the active datasheet or form.
Action
The action that moves the focus to a specified field or control on the active datasheet or form.
OpenForm Action
The action that moves the focus to a specified field or control on the active datasheet or form.
Navigation form
The action that moves the focus to a specified field or control on the active datasheet or form.
List box control
The action that moves the focus to a specified field or control on the active datasheet or form.
Comment
The action that moves the focus to a specified field or control on the active datasheet or form.
Search box
The action that moves the focus to a specified field or control on the active datasheet or form.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
70
Match between columns
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
OpenForm
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
RunMenuCommand
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
message box
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
SelectObject
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
event
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
View Argument
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
WHERE
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
GoToControl
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
FROM
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
SQL
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Single step
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Action Catalog button
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Macro
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Action
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
OpenForm Action
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Navigation form
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
List box control
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Comment
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Search box
A SQL keyword after which the tables used in a query are listed in a SQL SELECT statement.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
71
Match between columns
The action that opens a specified form in a specified view.
OpenForm
The action that opens a specified form in a specified view.
RunMenuCommand
The action that opens a specified form in a specified view.
message box
The action that opens a specified form in a specified view.
SelectObject
The action that opens a specified form in a specified view.
event
The action that opens a specified form in a specified view.
View Argument
The action that opens a specified form in a specified view.
WHERE
The action that opens a specified form in a specified view.
GoToControl
The action that opens a specified form in a specified view.
FROM
The action that opens a specified form in a specified view.
SQL
The action that opens a specified form in a specified view.
Single step
The action that opens a specified form in a specified view.
Action Catalog button
The action that opens a specified form in a specified view.
Macro
The action that opens a specified form in a specified view.
Action
The action that opens a specified form in a specified view.
OpenForm Action
The action that opens a specified form in a specified view.
Navigation form
The action that opens a specified form in a specified view.
List box control
The action that opens a specified form in a specified view.
Comment
The action that opens a specified form in a specified view.
Search box
The action that opens a specified form in a specified view.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
72
Match between columns
A standard language used in querying, updating, and managing relational databases.
OpenForm
A standard language used in querying, updating, and managing relational databases.
RunMenuCommand
A standard language used in querying, updating, and managing relational databases.
message box
A standard language used in querying, updating, and managing relational databases.
SelectObject
A standard language used in querying, updating, and managing relational databases.
event
A standard language used in querying, updating, and managing relational databases.
View Argument
A standard language used in querying, updating, and managing relational databases.
WHERE
A standard language used in querying, updating, and managing relational databases.
GoToControl
A standard language used in querying, updating, and managing relational databases.
FROM
A standard language used in querying, updating, and managing relational databases.
SQL
A standard language used in querying, updating, and managing relational databases.
Single step
A standard language used in querying, updating, and managing relational databases.
Action Catalog button
A standard language used in querying, updating, and managing relational databases.
Macro
A standard language used in querying, updating, and managing relational databases.
Action
A standard language used in querying, updating, and managing relational databases.
OpenForm Action
A standard language used in querying, updating, and managing relational databases.
Navigation form
A standard language used in querying, updating, and managing relational databases.
List box control
A standard language used in querying, updating, and managing relational databases.
Comment
A standard language used in querying, updating, and managing relational databases.
Search box
A standard language used in querying, updating, and managing relational databases.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
73
Match between columns
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
OpenForm
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
RunMenuCommand
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
message box
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
SelectObject
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
event
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
View Argument
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
WHERE
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
GoToControl
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
FROM
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
SQL
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Single step
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Action Catalog button
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Macro
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Action
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
OpenForm Action
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Navigation form
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
List box control
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Comment
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Search box
A SQL keyword after which selection criteria is listed in a SQL SELECT statement.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
74
Match between columns
A state, condition, or occurrence detectable by Access.
OpenForm
A state, condition, or occurrence detectable by Access.
RunMenuCommand
A state, condition, or occurrence detectable by Access.
message box
A state, condition, or occurrence detectable by Access.
SelectObject
A state, condition, or occurrence detectable by Access.
event
A state, condition, or occurrence detectable by Access.
View Argument
A state, condition, or occurrence detectable by Access.
WHERE
A state, condition, or occurrence detectable by Access.
GoToControl
A state, condition, or occurrence detectable by Access.
FROM
A state, condition, or occurrence detectable by Access.
SQL
A state, condition, or occurrence detectable by Access.
Single step
A state, condition, or occurrence detectable by Access.
Action Catalog button
A state, condition, or occurrence detectable by Access.
Macro
A state, condition, or occurrence detectable by Access.
Action
A state, condition, or occurrence detectable by Access.
OpenForm Action
A state, condition, or occurrence detectable by Access.
Navigation form
A state, condition, or occurrence detectable by Access.
List box control
A state, condition, or occurrence detectable by Access.
Comment
A state, condition, or occurrence detectable by Access.
Search box
A state, condition, or occurrence detectable by Access.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
75
Match between columns
The action that displays a message box containing a warning or informational message.
OpenForm
The action that displays a message box containing a warning or informational message.
RunMenuCommand
The action that displays a message box containing a warning or informational message.
message box
The action that displays a message box containing a warning or informational message.
SelectObject
The action that displays a message box containing a warning or informational message.
event
The action that displays a message box containing a warning or informational message.
View Argument
The action that displays a message box containing a warning or informational message.
WHERE
The action that displays a message box containing a warning or informational message.
GoToControl
The action that displays a message box containing a warning or informational message.
FROM
The action that displays a message box containing a warning or informational message.
SQL
The action that displays a message box containing a warning or informational message.
Single step
The action that displays a message box containing a warning or informational message.
Action Catalog button
The action that displays a message box containing a warning or informational message.
Macro
The action that displays a message box containing a warning or informational message.
Action
The action that displays a message box containing a warning or informational message.
OpenForm Action
The action that displays a message box containing a warning or informational message.
Navigation form
The action that displays a message box containing a warning or informational message.
List box control
The action that displays a message box containing a warning or informational message.
Comment
The action that displays a message box containing a warning or informational message.
Search box
The action that displays a message box containing a warning or informational message.
Argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.