Edit - Query Properties

Select Query Properties from the Edit menu to display the Query Properties dialog. Use this dialog to modify options affecting the specific query that you are currently writing, regardless of global options (see the Global Options dialog).  

Select the Build full-qualified SQL statement check box to display the full-qualified SQL statement when you choose to view the SQL statement. This means that the specific database name and/or path will be included in the SQL statement. If this option is not selected, then they will not be included in the SQL statement. You can view the SQL statement by selecting the SQL Statement tab or by switching to Text mode (by toggling the toolbar button or the Graphic Mode command on the View menu).

Quote catalog names/Quote schema names/Quote table names/Quote field names
These options determine whether references to database objects in the SQL statements generated are to be enclosed in quotation marks. For most database drivers, the default is applicable. For certain drivers, placing catalog, schema, table, and field names in quotation marks causes an SQL error. If you do not want quotation marks around these names in the SQL statement, clear the check boxes. You can view the SQL statement by selecting the SQL Statement tab or by switching to Text mode (by toggling the toolbar button or the Graphic Mode option on the View menu).