Multiple Choice
Which code statement will test a control to see if the data meets specific requirements?
A) VisitDate.ForeColor=vbRed
B) ZipCode=27531
C) Select Case [State]
D) If VisitDate <#1//1/2017#
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A statement that assigns the value of
Q11: The Access event that occurs when a
Q12: Color values for controls may be coded
Q13: The Immediate window allows the developer to
Q14: The program window that opens when VB
Q16: An input mask can accomplish the same
Q17: When a procedure is created,the _ determines
Q18: A set of values for the colors
Q19: The <u>Declarations</u> section of a VBA module
Q20: Tests VBA procedures without changing any data in the database<br>A)coding<br>B)Sub