You don't have to use the Simple Query Wizard to create select queries; you can create a new select query in Design view.
To create a select query in Design view:
If you want to include all the fields from a table in your query, click and drag the asterisk (*) to the field row. Notice that rather than listing each field from the table separately, there is only one field called table.* (where \"table\" is the name of the table). The * character represents a wildcard. Rather than look for specific field names, the query will look for all the fields in that table. So, if you later add or delete fields, you won't need to change the query design. |
|
You can add tables to the field list by clicking the Show Table toolbar button or selecting Show Table from the Query menu. |
|
You can create a select query in Design View by:
|