?The main form name appears on the status bar and as the form summary.
Answer the following statement true (T) or false (F)
False
The main form name appears on the object tab and as the form title. You can modify a form with a main form and a subform, just as you can a form based on one table. See 19-4: Creating a Form Based on Related Tables
You might also like to view...
What is jitter, and what are the two approaches used to overcome jitter?
What will be an ideal response?
Which of the following are true about IPv6? (Choose all that apply.)
A. IPv6 addressing is autoconfiguring B. has a 4 byte address C. has a 40-byte header D. has 6 address classes
Which of the following is included in the mobile identification number assigned to each phone?
A) phone's ESN B) service provider's SID C) telephone number assigned D) all of the above
The expression while(anystring[i] != ‘\0') can be replaced by ____.
A. while(anystring[i] != 0) B. while(anystring[]) C. while(anystring[] != ‘\0') D. while(anystring[i])