Microsoft Access 2007 tutorial: Select Query |
||||||||||||||
Select QueryIII. Select QueryA Select query is used to retrieve data from one or more than one columns of a table. The Select query does not make changing data in the table. If you want to view data, consider the select query.III.1. Retrieve data from one columnFor instance, to retrieve data from a column named phone of TblCustomer table, a select query can be created by double-clicking the field phone as shown the picture below:
III.2. Retrieve data from multiple columns of a tableTo retrieve data from multiple columns of a table, you can do as above example. However, you need to double-click or drag and drop the additional columns that you want to add. |
||||||||||||||
|
||||||||||||||