Match the following functions with when they would be used:
I. Date
II. DatePart
III. IIf
IV. Round
V. IsNull
A. When you need to use today's date
B. When you need to display a number to four decimal places
C. When you need to do one action if a condition is true and another if a condition is false
D. When you need to see if a field was skipped in data entry
E. When you need to use only the month within a date
A, E, C, B, D
Computer Science & Information Technology
You might also like to view...
A __________ language allows the programmer to create very powerful and complex programs without knowing how the CPU works.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
VBScript is ________.
a) case sensitive like JavaScript b) not case sensitive like JavaScript c) case sensitive unlike JavaScript d) not case sensitive unlike JavaScript
Computer Science & Information Technology