Validation text restricts the data value that can be entered into a field
Indicate whether the statement is true or false
FALSE
Computer Science & Information Technology
You might also like to view...
Where is the Template gallery located?
A) Formulas tab B) Data tab C) Backstage D) Insert tab
Computer Science & Information Technology
What would be displayed if the following pseudocode was coded and executed, with salary = 400?
``` If salary > 400 Then Set bonus = 10 Set salary = salary + bonus End If Display salary ``` a. 10 b. 400 c. 410 d. nothing would display
Computer Science & Information Technology