Final answer:
In Microsoft Access, Tables and Queries are the object types that relate strictly to database management, while Forms, Macros, and Modules are more for application development purposes. All Options are correct.
Step-by-step explanation:
In Microsoft Access, the object types that relate strictly to database management, as opposed to application development, include Tables and Queries.
Tables are the foundation of a database as they store the raw data in rows and columns. Each row is a record with a unique identifier, and each column is a field that holds a specific piece of information.
In contrast, Queries are used to view, change, and analyze data within these tables. They can execute actions such as selecting data, updating records, or creating calculations. Both tables and queries form the core components for database management in Access.
On the other hand, Forms, Macros, and Modules are geared more towards application development within Access. Forms are used for entering, modifying, and viewing records. Macros are a tool for automating repetitive tasks, and Modules are collections of VBA code that can be used to create complex functions and procedures within Access.