GetIdentQuoteChar()

Syntax:

GetIdentQuoteChar()

Return:

The quote character required.

Remarks:

This function will return the quote character required when quoting database table names and field names that have spaces in them. You only need to use this function when a table or field name in a database contains spaces e.g. if the table name was New Products, you would need to know the quote character required to properly reference an SQL statement.

image\Script_Button.jpgExamples