?In the context of creating a form with a main form and a subform, you can _____ a field to move it between the box and the Selected Fields box.

A. ?hold the Shift key and select
B. ?hold theCtrl key and select
C. ?double-click
D. ?right-click


Answer: C

Computer Science & Information Technology

You might also like to view...

Write a nested for statement that inputs values for the elements of t from the user.

What will be an ideal response?

Computer Science & Information Technology

In IPv6, which of the following is the ability to move from one network to another while retaining an IP address and ongoing sessions?

A. mobility B. summarization C. multihoming D. single-homing

Computer Science & Information Technology

The worksheet name in a 3-D reference is enclosed in ________

A) asterisks (*sheetname*) B) back slashes (\sheetname\) C) single quotes ('sheetname') D) double quotes ("sheetname")

Computer Science & Information Technology

Case 8-2David is adding a clear form feature to the Pete's Italian Pies Web site, and has written the following code:function doClear() {  document.PizzaForm.customer.value = "";}Referring to David's JavaScript above, the text control is assigned the name ____, and it is an element within the form object that you named PizzaForm.

A. document B. Pizza C. value D. customer

Computer Science & Information Technology