In the VBA statement: MsgBox("Do you really want to quit Access?",4,"Confirm please")=6, what is the purpose of the 4?

A) Displays Yes and No buttons
B) Inserts 4 lines before "Confirm please"
C) Provides 4 spaces to type an answer
D) Bolds all text in the MsgBox


A

Computer Science & Information Technology

You might also like to view...

Member functions of a class

a. may not be in the private section b. must be in the private section c. may be in either section d. can not be called in the main program

Computer Science & Information Technology

The while loop is known as a ____________, which means it tests its condition before performing each iteration.

a. post test loop b. pretest loop c. proactive loop d. preemptive loop

Computer Science & Information Technology

Once the socket is bound to an address, the socket must prepare to receive requests for connections by calling socket method_______.

a) listen. b) bind. c) accept. d) None of the above.

Computer Science & Information Technology

Specify page numbers on the right side of even numbered pages.

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

Computer Science & Information Technology