Multiple Choice
Which of the following code statements generates an error?
A) txtFirst.Text = "Hello"
B) txtFirst.Text = Hello
C) txtFirst.Text = "My Text"
D) txtFirst.Text = Me.Text
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Which of the following is a valid
Q15: If the value of the Date variable
Q16: The value returned by InputBox is a
Q17: The value of DateDiff(DateInterval.Day, #1/1/2014#, #2/1/2014#) is
Q18: The following statement contains what type of
Q20: The statement Const TAX_RATE As Double is
Q21: An assignment statement of the form intVar
Q22: Given the data assigned to the string
Q23: What character is used to signify the
Q24: What will be the value of