Stef Mientki wrote:
thanks Dennis, Marco,

And the standard SQL syntax should work from any standard compliant database program.

   SELECT * FROM "Order Details"


I'm just a novice,
and although both suggested solutions work,
I thought SINGLE QUOTES were thé standard ?

Single quote delimit a string literal. Double quotes delimit a quoted identifier (i.e a column or table name etc that contains special characters such as a space).

Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to