Which is NOT true about Access?

A. It can be used to create forms
B. It relates lists of information in a relational database.
C. Reporting is limited to 20 saved reports.
D. Multiple users can simultaneously enter and update data within Access.


Answer: C

Computer Science & Information Technology

You might also like to view...

Based on the dangling-else discussion , modify the following code to produce the output shown. Use proper indentation techniques. You must not make any additional changes other than inserting braces. We eliminated the indentation from the following code to make the problem more challenging

``` if (y == 8) if (x == 5) cout << "@@@@@" << endl; else cout << "#####" << endl; cout << "$$$$$" << endl; cout << "&&&&&" << endl; ``` a) Assuming x = 5 and y = 8, the following output is produced. ``` @@@@@ $$$$$ &&&&& ```

Computer Science & Information Technology

When the Show Formulas button is on, the ________ of a date appears in the worksheet cell

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which motherboard form factor would be used in a low profile workstation?

A) NLX B) ATX C) BTX D) microATX

Computer Science & Information Technology

Much of the power and flexibility of the _________ language stems from its ability to query facts by matching predicates, comparing constants, and instantiating variables.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology