A field that automatically enters a unique, numeric value when a record is created is a(n) ________ field

A) AutoNumber B) Memo C) Number D) foreign

A

Computer Science & Information Technology

You might also like to view...

A function is a prewritten formula that is used to solve mathematical problems or manipulate text fields

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. In the following program outline the name var1 is visible (can be referenced) in the function fun. int fun (int a, int b); const int var1 = 5; int main () { … } int fun (int a, int b) { int c; … } 2. The string class is part of the C++ standard library. 3. The file money.h is called the implementation file. 4. A function prototype must be terminated with a semicolon. 5. It is best to wait until the whole program is written before testing your functions.

Computer Science & Information Technology