Hello,
I use ADOBD.Connexion / Microsoft Jet SQL to connect to Excel tables and create a pivot cache.
I need to understand the required SQL syntax to define a field format.
Exemple:
SELECT Table1.Field1 FROM Table1
And I need Table1.Field1 to be treated as text
How can I set the format of a field in my SQL statement?
Thanks!
Louis
I use ADOBD.Connexion / Microsoft Jet SQL to connect to Excel tables and create a pivot cache.
I need to understand the required SQL syntax to define a field format.
Exemple:
SELECT Table1.Field1 FROM Table1
And I need Table1.Field1 to be treated as text
How can I set the format of a field in my SQL statement?
Thanks!
Louis