Name the three crucial steps that must occur in every loop.
What will be an ideal response?
1. You must provide a starting value that will control the loop.
2. You must test the loop control variable to determine whether the loop body executes.
3. Within the loop, you must alter the loop control variable.
You might also like to view...
Pinterest only follows the boards that exist when you first choose to follow that person
Indicate whether the statement is true or false
Which of the following is NOT true about reports based on queries?
A) A macro should be created to run a query and then a report. B) When a report is based on a table with records, you can run the report and there will always be records in the report because there are always records in the table. C) A query does not store any records, so if a report is run on a query with no records, the report will have no records. D) Instructions should always be provided so the user knows what steps to take to successfully run a query or report.