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

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


D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Data members declared as ReadOnly must be initialized in their declaration. 2. Attempting to modify the value of a Const variable at run time is a syntax error. 3. Const members can be initialized only to other constant values. 4. Const members are not implicitly Shared. 5. Const members must be initialized at compile time, but ReadOnly values are not initialized until runtime. Neither one can be modified once initialized.

Computer Science & Information Technology

For the statement: enum { spring, summer, fall, winter} X; X = summer; What code is likely to get executed for the statement: X = summer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In the URL http://www.mwu.edu/course/info.html#majors, the server is ____.

A. http:// B. www.mwu.edu C. /course/info.html D. #majors

Computer Science & Information Technology

If the range of a short int is –32,768 to 32,767, what would be the range of an unsigned short int?

A. -32,767 to 0 B. 0 to 32,767 C. -65,535 to 0 D. 0 to 65,535

Computer Science & Information Technology