In order to define the number of decimal places, the field size option can be located in the ________

A) datasheet view B) descriptions
C) customer data field D) field properties box

D

Computer Science & Information Technology

You might also like to view...

What is the name for the process Microsoft follows to validate files that a third-party manufacturer created for use in a Windows 7 computer?

a. Driver imaging b. Driver configuring c. Driver matching d. Driver signing

Computer Science & Information Technology

Assuming that the pointer variable p1 is of the correct type and size is an integer with some value > 1, which of the following declarations are legal?

a. p1 = new string[size]; b. p1 = new ifstream[size]; c. p1 = new char[size*size]; d. A and B e. A, B and C

Computer Science & Information Technology