To add a condition to a field, click in the field's Criteria box, and then type the condition.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
A subform can contain another subform.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?
(A) The program will malfunction when it is executed. (B) When the value of myName is changed in one Sub procedure, it will also be changed in the other Sub procedure. (C) Visual Basic’s smart editor will alert you that this is an error before the program is executed. (D) The two variables will be local to their respective Sub procedures.
Computer Science & Information Technology