Final answer:
To create a select query with the Simple Query Wizard, access the QUERY tab, use the wizard to add fields from the Staff table in order, select the option to view information, name the query 'Birthdays', and finish to view results. Option 'b' provides the correct steps.
Step-by-step explanation:
To create a select query for a single table using the Simple Query Wizard in a database application, you should follow the correct sequence of steps that correspond to the program's user interface. The correct sequence for creating a select query that includes the LastName, FirstName, and DOB fields from the Staff table is:
- Go to the CREATE tab.
- Select the Query Wizard option.
- In the Wizard, click OK to start.
- Select the Staff table as the data source.
- Add the desired fields: LastName, FirstName, and DOB, in that order.
- Click NEXT to proceed.
- Choose the option to open the query to view information.
- Click NEXT again.
- Change the name of the query to Birthdays.
- Click Finish to complete the wizard and view the query results.
Option 'b' provides the correct sequence of steps to achieve this task. Therefore, the Simple Query Wizard is accessed through the QUERY tab, not the CREATE, TABLE, or VIEW tabs as implied by the other options provided.