Changes you make to a field in the current record are not saved until you ___________________ from the current record to a different record.

Fill in the blank(s) with the appropriate word(s).


move

Computer Science & Information Technology

You might also like to view...

Here is some code that uses an enum:

enum color {red, green, blue}; color paint = green; cout << paint << endl; Rewrite this using strong enums. What is the advantage of strong enumerations over the old style enumeration?

Computer Science & Information Technology

Match the following features or parts of Office 2013 to their description:

I. contextual tab II. Mini toolbar III. title bar IV. gallery V. status bar A. easy access to formatting commands B. contains groups of commands related to a specific, selected object C. set of selections when you click a More button D. contains information relative to the open file E. includes file name and application

Computer Science & Information Technology

A(n) ____________________ is an icon that displays next to the slice number, indicating certain information about the object, as shown in the accompanying figure.



Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

_____ can be used to have a single specification that automatically adapts itself to the screen width without requiring a new layout design.?

A. ?Flexible boxes B. ?Drop shadows C. ?Logical tags D. ?Absolute positioning

Computer Science & Information Technology