Final answer:
To create a new query with specified fields in Design view, follow these steps.
Step-by-step explanation:
To create a new query in Design view with the specified fields, follow these steps:
- Open Microsoft Access and open the desired database.
- Click on the 'Create' tab in the ribbon.
- Select 'Query Design' from the 'Queries' group.
- In the 'Show Table' dialog box, add the 'InsurancePlans' and 'InsuranceProviders' tables.
- Close the 'Show Table' dialog box.
- Drag and drop the following fields from the 'InsurancePlans' table: InsuranceID, InsuranceType, SubscriptionType, and Premium.
- Drag and drop the 'ProviderName' field from the 'InsuranceProviders' table.
- Click on the 'Run' button in the 'Query Design' tab to run the query.