18 SQL in Access: Setup
18.1 Running SQL in Microsoft Access
Open the database in MS Access
Create a new Query:
Create > Query DesignOpen the Query in SQL View:
Query Design > View > SQL ViewWrite the SQL statement:
SELECT TOP 5 * FROM tblStudentClick
Runbutton in the ribbon
In the following sections, a quick tutorial with images captures Tables (Table View and Design View) and Queries (Table View, SQL View and Design View) in Microsoft Access environment.
18.2 Tables: Table View

18.3 Tables: Design View

18.4 Queries: SQL

18.5 Queries: SQL More

18.6 Queries: Datasheet
