When in SQL mode, the Export window permits direct entry of an SQL SELECT statement in the Query area to specify the table and columns to be exported. You can include a WHERE condition to limit the number of records that are selected for export.
If you enter table, column, or WHERE condition information while in Design Mode, and then switch to SQL Mode, the SELECT statement will be generated for you. You can modify it as desired and export the table, or copy the SQL statement to a text editor.
Likewise, you can copy an SQL statement from the SQL Edit window or your text editor and paste it into the Query field on the Export window.
If you modify the SELECT statement in certain ways (add a JOIN, for example) you will not be able to switch to Design Mode.
Instructions on how to choose a source table using SQL mode are provided below.
To specify and export a source table using SQL mode:
SQLWizard displays the progress of the export operation in the status bar. When the export is complete, the status bar reports the number of records exported.