If you disable all macros except digitally signed macros, then ________
A) all macros are disabled and Access provides security alerts if there are macros present
B) you disable all macros with notification, except digitally assigned macros
C) Access allows all macros to run, which makes your computer vulnerable to potentially malicious code and is not recommended
D) all macros and security alerts about macros are disabled
B
You might also like to view...
The binary search algorithm in the text makes recursive on subarrays of the array passed to the algorithm. The index values of the array the algorithm searches run from first to last. The subarrays are dermined using the mid-point. How is the mid point calculate?
a) ``` mid = (first - last)/2; ``` b) ``` mid = (first + last)/2; ``` c) ``` mid = (first + last)%2; ``` d) ``` mid = (first - last)%2; ```
The Report Wizard simplifies the process of creating a ____.
A. worksheet B. table C. field D. report
The __________ is not one of the three layers of RMI architecture.
a) presentation layer b) stub/skeleton layer c) remote reference layer d) transport layer
You cannot create custom calculations in a PivotTable
Indicate whether the statement is true or false