Which of the following is not true about what restrictions can be set for a form?

A. A user cannot delete a record.
B. A user cannot view a record.
C. A user cannot add a record.
D. A user cannot change a record.


Answer: B

Computer Science & Information Technology

You might also like to view...

What is wrong with the following code?

``` Dim intIndex As Integer For intIndex = 5 To 1 ListBox.Items.Add(intIndex.ToString) Next ``` a. The Next statement must read Next intIndex. b. A For Next loop cannot be used to count backward. c. intIndex is declared incorrectly for use with this type of loop. d. You need to specify a negative step value in order to execute this loop.

Computer Science & Information Technology

All of the following are true regarding a macro group EXCEPT ________

A) submacro names are needed to distinguish individual macros from one another B) the submacro name is entered before the submacro action C) macro names are limited to 64 characters D) it is a good practice to start the name of a macro with a noun

Computer Science & Information Technology

The ____ dialog box is useful when you want to track and update groups of tasks but don't need the detail you applied to tasks when you used the Update Tasks dialog box or the Gantt chart.

A. Update Project B. Status Report C. Tracking Report D. Task Tracking

Computer Science & Information Technology

What does XML stand for?

A) eXtensible Markup Language B) Extra Markup Language C) External Markup Language D) Extention Markup Language

Computer Science & Information Technology