Using the Query constructor |
Top Previous Next |
Let's create a simple report using the query builder.
Click “New report”
Place an “ADO Query” component on the “Data” tab. Double-click on the component to open the query editor.
Click the
That is all that is required for query building. The query text appears on the SQL tab and the Result tab shows the data returned by the query. Click
Please Note! If the query text is altered in the query editor then the query diagram of tables and joins will be lost. Do not alter the query text manually, always open the query builder and modify the diagram visually.
Clicking
|