What does the following statement do?

```
DATASRC = "#Colors" DATAFLD = "ColorName">

```

a) It assigns the TDC control named #Colors to a span element for display purposes.
b) It assigns the TDC control named Colors to a span element for the purpose of controlling the recordset object.
c) It assigns the TDC control named Colors to a span element for display purposes.
d) It assigns the SPAN element to the #Colors TDC in order to access the recordset object.


c) It assigns the TDC control named Colors to a span element for display purposes.

Computer Science & Information Technology

You might also like to view...

To sort data in a table, open it in Design View.

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

Computer Science & Information Technology

23. In a sorted array having SIZE locations, the kth smallest item is given by ______.

a. anArray[k-1] b. anArray[k] c. anArray[SIZE-k] d. anArray[SIZE+k]

Computer Science & Information Technology

What setting notifies the user when changes are going to be made??

A. ?Privacy B. ?Administrator C. ?Family Account D. ?User Account Control

Computer Science & Information Technology

Julia encrypts a message to David using public key encryption for confidentiality. After encrypting the message, can Julia decrypt it?

True False

Computer Science & Information Technology