Which of the following is NOT true about creating a form?

A. When you create a form using the Form button, it is predesigned.
B. You can modify the form using Layout view.
C. The Form button is located on the Insert tab.
D. You can modify the form using Design view.


Answer: C

Computer Science & Information Technology

You might also like to view...

A variable definition always specifies the name of a variable and tells

A) what type of data it can hold. B) how many times it will be used in the program. C) the part of the code where it will be used. D) what its starting value is. E) all of the above.

Computer Science & Information Technology

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

1. Inside a Java method definition, you can use the keyword this as a name for the calling object. 2. Boolean expressions may be used to control if-else or while statements.

Computer Science & Information Technology

The function prototype for a correctly-written copy constructor for a class called Bar might look like this:

A. Bar( ); B. Bar( Bar ap ); C. void Bar( Bar & ap ); D. Bar( const Bar & ap );

Computer Science & Information Technology

Which of the following tables relates books to authors?

A. BOOK B. AUTHOR C. WROTE D. INVENTORY

Computer Science & Information Technology