To update records using an update query, enter the field to be updated in the design grid, enter any necessary criterion, and then click the ____ button to update the records.

A. Run
B. View
C. Execute
D. Update

Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. In C++11 you can use smart pointers to dynamically allocate memory and not worry about deleting the memory when you are finished using it. 2. The weak_ptr can share ownership of a piece of dynamically allocated memory. 3. The unique_ptr is the sole owner of a piece of dynamically allocated memory. 4. To use any of the smart pointers in C++11 you must use the following directive in the header file: #include

Computer Science & Information Technology

When a __________ form is displayed, no other form in the application can receive the focus until the form is closed.

a. hidden b. modeless c. modal d. show

Computer Science & Information Technology