By default, Access will sort a table by ________ unless a user applies a different sort

Fill in the blank(s) with correct word


primary key

Computer Science & Information Technology

You might also like to view...

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

1. The key combination Shift + arrow key can be used to resize a control or a group of controls. 2. The following lines of code are valid. (T/F) Private Sub Click(...) Handles Click txtBox.Text = " " End Sub 3. Keywords are also referred to as reserved words. 4. Complete Word is a helpful feature produced by the Microsoft Technology called IntelliSense. 5. The Visual Basic Code Editor will automatically detect certain types of errors as you are entering code.

Computer Science & Information Technology

All fields declared in an interface __________.

a. have protected access b. must be initialized in the class implementing the interface c. have private access d. are treated as final and static

Computer Science & Information Technology

________ give more information on how the data is stored, entered, and processed

A) Field names B) Description C) Data types D) Field properties

Computer Science & Information Technology

In VBA, comments begin with a single ________

A) period B) square bracket C) quotation mark D) exclamation point

Computer Science & Information Technology