What kind of form field provides a drop-down menu with a list of predefined

choices?

What will be an ideal response?

A combo box provides a drop-down menu with a list of choices.

Computer Science & Information Technology

You might also like to view...

A(n) ____ file can provide real-time interactive animation for the viewer.

A. avi B. flv C. aif D. swf

Computer Science & Information Technology

Which of the following is a valid header for a procedure that receives an integer followed by a number with a decimal place?

a. Private Sub CalcFee(intBase As Integer, decRate As Decimal) b. Private Sub CalcFee(ByRef intBase As Integer, ByRef decRate As Decimal) c. Private Sub CalcFee(ByVal intBase As Integer, ByVal decRate As Decimal) d. Private Sub CalcFee(ByValue intBase As Integer, ByValue decRate As Decimal)

Computer Science & Information Technology