To define an additional field in Datasheet view, click the ____ column heading.
A. New Field
B. Blank Field
C. Insert Field
D. Click to Add
Answer: D
Computer Science & Information Technology
You might also like to view...
____________________ include font, font size, bold, italic, underline, and text color.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
How do you get the red value from a Pixel object?
What will be an ideal response?
Computer Science & Information Technology
A ________ is used by older operating systems that require a user to type all commands
A) menu B) GUI C) dialog box D) command-line interface
Computer Science & Information Technology
what will code assign to dblRate variable when the dblSales variable contains the number 999.75?
If dblSales <= 0 Then dblRate = 0 ElseIf dblSales < 460 Then dblRate = 0.05 ElseIf dblSales < 1000 Then dblRate = 0.1 Else dblRate = 0.15 End If
Computer Science & Information Technology