Multiple Choice
Which of the following statements creates a function named Bonus with an argument named Salary?
A) Bonus(Salary) = Function
B) Function Bonus(Salary)
C) Function (Bonus,Salary)
D) '=Function(Bonus,Salary)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: When a module is embedded in a
Q39: The programming language used in Access modules
Q40: You can create a comment by starting
Q41: Comments appear _ of a macro.<br>A) at
Q42: When building a conditional expression that refers
Q44: Which VBA keyword(s)do you use to declare
Q45: Which of the following are event procedures
Q46: Which of the following are built-in Access
Q47: What types of errors occur only after
Q48: To display the VBA code for a