Difficulty: Moderately Easy
Step1
Open your database.
Step2
In the Database window, click the Queries button under Objects.
Step3
Double-click Create query in Design view. Or click New in the Database window toolbar, click Design View (if it’s not already selected) and click OK.
Step4
Close the Show Table box without adding any tables.
Step5
Click the SQL view button on the toolbar.
Step6
Type “SELECT *” and press Enter. This statement will select all the columns from a table.
Step7
Type “FROM” and the name of the table containing the data you want to see. For example: FROM Customers.
Step8
Run your query: Click the Run icon (the exclamation point) in the toolbar or click Run from the Query menu.