After specifying the file name and the location in which to store the database, click the ____ button to create the new database and open it in Access.
A. New
B. Create
C. Table
D. Datasheet
Answer: B
Computer Science & Information Technology
You might also like to view...
In Outline view, click the ________ button to assign a paragraph to a higher level
Fill in the blank(s) with correct word
Computer Science & Information Technology
Given the following code fragment, what is the final value of y?
int x, y; x = -1; y = 0; while(x < 3) { y += 2; x += 1; } a. 2 b. 10 c. 6 d. 8
Computer Science & Information Technology