A ________ displays the data from an underlying table or query on multiple pages

Fill in the blank(s) with correct word

multi-page form

Computer Science & Information Technology

You might also like to view...

After an Amazon VPC instance is launched, can I change the VPC security groups it belongs to?

A. No. You cannot. B. Yes. You can. C. Only if you are the root user D. Only if the tag "VPC_Change_Group" is true

Computer Science & Information Technology

Suppose you want to program behavior that repeats as long as some condition does not occur. To do this, you could use a statement with the following format: ____.

A. doWHILE (true) B. while (!true) C. if (NOT condition) D. while (&& false)

Computer Science & Information Technology