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

Computer Science & Information Technology

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; ```

Computer Science & Information Technology

The Report Wizard simplifies the process of creating a ____.

A. worksheet B. table C. field D. report

Computer Science & Information Technology

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

Computer Science & Information Technology

You cannot create custom calculations in a PivotTable

Indicate whether the statement is true or false

Computer Science & Information Technology