In Access, you can control the format of a value by creating a(n) ____.

A. validation rule
B. caption
C. input mask
D. format mask


Answer: C

Computer Science & Information Technology

You might also like to view...

The end of the command line is indicated by

a: pressing the [Esc] Key b: pressing the period [.] key c: pressing the [End] key d: pressing the [Return] Key e: pressing the [Ctrl-d] key

Computer Science & Information Technology

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

1. The loop repetition condition of a for statement is tested at the end of each pass. 2. The body of a while statement must cause the loop repetition condition to become false after a finite number of passes to prevent an infinite loop 3. In counting loops, the counter must be initialized to zero before execution of the loop body begins. 4. The loop repetition condition of a while or for statement can be false before the loop begins to execute. 5. Loop counter variables are usually of type double.

Computer Science & Information Technology

An administrator needs to examine FTP commands that are being passed to a server. What port should the administrator be monitoring?

A. 19 B. 20 C. 21 D. 22

Computer Science & Information Technology

In the figure above, the ACCELEROMETER settings are displayed. 

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

Computer Science & Information Technology