When you work with a form, ____ view is used for adding, editing, and viewing data.

A. Form
B. Datasheet
C. Layout
D. Design

Answer: A

Computer Science & Information Technology

You might also like to view...

Some companies use Internet queries on their websites to make their data available to users

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. When a class declares an entire class as its friend, the friendship status is reciprocal. That is, each class's member functions have free access to the other's private members 2. By default, when an object is assigned to another, each member of one object is copied to its counterpart in the other object. 3. When a class contains a pointer to dynamically allocated memory, it a good idea to have the class overload the assignment operator. 4. If you overload the prefix ++ operator, the post fix ++ operator is automatically overloaded also. 5. If a function f is a friend of a class A, and the class A is a friend of a class B, then the function f is able to access private members of B.

Computer Science & Information Technology