Computer Science Ques 621

Question: Which of the following are objects in an access database?

Options:

A) Table, form

B) queries, reports

C) Macros, modules

D) All of the above

E) None of these

Show Answer

Answer:

Correct Answer: D

Solution:

  • When you use Access to in an age all of information in one fib-then you can use objects within an access database file. These objects are : ? Tables to store data. ? Queries to find and retrieve, just the data you want. ? Forms to view. Add and update data in tables. ? Reports to analyze or print data in a specific layout. ? Macros can be thought of as a simplied programming language which you can use to add functionality to database. It contains actions that performs task such as opening a report, running a query, etc. ? Module is a collection of declarations. Statements & procedures that arc stored together as a unit. Modules can be written in Visual Basic for Applications (VBA) programming language.