Name the six objects in an Access database and briefly describe the purpose of each one
What will be an ideal response?
Tables store the data in the database.
Forms give the user a way of entering data into the database.
Queries are used to display only records that meet certain conditions and only the fields that you require.
Reports enable the user to present professional-looking information from tables or queries.
Macros enable the user to store a series of commands that carry out an action.
Modules add functionality to a database and are written using the VBA programming language.
You might also like to view...
Answer the question below:
a. Read the caution titled “Always quote positional parameters” on page 475 of Sobell. Use touch to create a file whose name has a SPACE in it. What hap- pens when you give that filename as an argument to cptobak from the previous step? b. Modify the cptobak script from the previous step by quoting the positional parameters in the cp line. Now what happens when you use the script to make a copy of a file with a SPACE in its name?
A table like the one shown in the accompanying figure, which is used to display cells of data in rows and columns, is called a(n) ____ table.
A. content B. data C. information D. layout