In Access, if most of your records will have the same value in a field, then what should you do in that field?

A) Set an input mask B) Make the field required
C) Set a validation rule D) Set a default value


D

Computer Science & Information Technology

You might also like to view...

When you want to create a polished printout of some or all of the data in your Access database, you can create a(n) ____________________.

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

Computer Science & Information Technology

A Wi-Fi enabled microSD card is an example of what type of device?

A. PCIe B. mobile card C. SDIO D. Secure Digital

Computer Science & Information Technology

What types of abstraction are used in software design?A) controlB) dataC) environmentalD) procedural

What will be an ideal response?

Computer Science & Information Technology

To invoke File's Copy( ) method to make a copy of "source.txt", naming the new file "target.txt", you would write: File.Copy("source.txt", "target.txt"); because Copy is a static member of the File class.

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

Computer Science & Information Technology