All of the fields added to the form are from the Customer table.  These controls are called ____ controls because they are connected to a field in the database.

A. bound
B. calculated
C. unbound
D. label


Answer: A

Computer Science & Information Technology

You might also like to view...

Pressing and holding the _____ key while dragging with the Move Tool creates a copy, or duplicates, the selection

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

STL algorithms operate on container elements indirectly, using ________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Universal PnP (UPnP) is an open standard used in all types of systems and enables connectivity through networks and network protocols.

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

Computer Science & Information Technology

____ is an accumulating statement.

A. total += num; B. total++; C. ++total; D. total *= num;

Computer Science & Information Technology