A report is an object in Access that you can use to enter, edit, or view records in a table

Indicate whether the statement is true or false

FALSE

Computer Science & Information Technology

You might also like to view...

Office 365 is available to anyone who has a(n):

A) Office 2013. B) user subscription. C) SkyDrive. D) cloud integration technology.

Computer Science & Information Technology

Which of the following will count down from 10 to 1 correctly?

a. for (int j = 10; j <= 1; j++) b. for (int j = 1; j <= 10; j++) c. for (int j = 10; j > 1; j--) d. for (int j = 10; j >= 1; j--)

Computer Science & Information Technology