Which of the following is NOT true regarding comments in the Code window?
A) Comments can take an entire line of the Code window or begin after another statement in the Code window.
B) The Visual Basic Editor changes the font color of any commented text to blue.
C) Commenting only works on a line-by-line basis.
D) The apostrophe character tells the Visual Basic Editor to ignore any text following the apostrophe on a line of the Code window.
Question 2
Which of the following is NOT true about form views?
A) Data is not shown while you are in Design view.
B) Layout view allows you to make changes to the form while viewing the data at the same time.
C) To make any changes to the form you need to switch to either Layout view or Datasheet view.
D) Form view is only for viewing and changing data.