17) What is true about how Access handles macros when there are multiple actions
ID: 3919933 • Letter: 1
Question
17) What is true about how Access handles macros when there are multiple actions in the macro?
They execute according to an established priority list created by the user.
They execute in a nested last-in, first-executed mode.
They execute in the order in which they displayed.
They execute according to an established priority list built into Access.
18) The actions available in the Macro Designer are the same for data macros as for standalone or embedded macros.
True or False
19) Which of the following is not an action which can be used in a data macro?
DeleteRecord
SendEmail
SetField
SetRecord
20) In SQL, What is the default sort order when using the ORDER BY keyword?
Descending
The order of data entry
Ascending
There is no default sort order.
Explanation / Answer
20) Ascending
The ORDER BY keyword sorts the records in ascending order by default.
19) SendEmail
there is no sendEmail action in macro
18)
False
Standalone macros are individual Access objects listed in the Macros group in the Navigation Pane. Once you create and save a macro, it's available for attaching to an event property of any object in your database
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.