Use the ________ to edit, delete and create range names.
Fill in the blank(s) with the appropriate word(s).
Name Manager
You might also like to view...
Answer the following statements true (T) or false (F)
1. C++ is a case-sensitive language. 2. A variable of the char data type can hold a set of characters like "January". 3. The following two C++ statements perform the same operation. wages = regPay + overTime; regPay + overTime = wages; 4. If number is an int variable, both of the following statements will print out its value: cout << number; cout << "number"; 5. The following two statements could be used interchangeably in a C++ program. // Program Payroll /* Program Payroll */
Any information that can be derived from fields in a table or query should be calculated in a query rather than included as data in a table.
Answer the following statement true (T) or false (F)
The ________ query is typically used by business managers to create a new Access table using a subset of records from an existing database table
Fill in the blank(s) with correct word
The directory pointer is a way of keeping track of where you are in a directory.
Answer the following statement true (T) or false (F)