The correct answer is: B. Tables only.
A form is a database object that allows you to enter, view, and edit data in a table. Forms can be used to create a user-friendly interface for entering data into a table.
Tables are the basic building blocks of a database. They store data in rows and columns. Each row represents a record, and each column represents a field.
Queries are used to retrieve data from a database. They can be used to select specific records, to calculate values, and to perform other operations on data.
Reports are used to present data in a formatted way. They can be used to create invoices, sales reports, and other types of documents.
Here is a brief explanation of each option:
- Tables and Queries. This option is incorrect because it includes both tables and queries. Forms are not created using queries.
- Tables only. This option is correct because forms are created using tables.
- Tables and reports. This option is incorrect because it includes both tables and reports. Forms are not created using reports.
- Queries and reports. This option is incorrect because it includes both queries and reports. Forms are not created using queries or reports.