Selecting a table
This example selects the entire contents of the Employees table. The SQL statement defining the query appears as follows:
SELECT * FROM Employees
To create this query:
- Expand the Tables branch to display all of the tables in the selected database.
- Select the Employees table.
- Click the Select button.
- Click OK to add the recordset to the Bindings panel.