J
jamiechen168
Hello,
I inserted a database field to my word doc with data from .csv file. Am
I able to change the name of column to make the column header more
meaningful?
Test.doc =
.....
{ DATABASE \d "C:\\Temp\\Data.csv" \c "" \s "SELECT OrderItem_id,
OrderItem_price FROM C:\\Temp\\Data.csv" \l "3" \b "191" \h }
As you know, Word will display above as a table with 2 columns,
"OrderItem_id" and "OrderItem_price" for the column header. Is there a
way I can change the column header's text to something else?
I tried to change the select statement to become ".... SELECT
OrderItem_Id as ID...." but it didn't work either.
Please help.
I inserted a database field to my word doc with data from .csv file. Am
I able to change the name of column to make the column header more
meaningful?
Test.doc =
.....
{ DATABASE \d "C:\\Temp\\Data.csv" \c "" \s "SELECT OrderItem_id,
OrderItem_price FROM C:\\Temp\\Data.csv" \l "3" \b "191" \h }
As you know, Word will display above as a table with 2 columns,
"OrderItem_id" and "OrderItem_price" for the column header. Is there a
way I can change the column header's text to something else?
I tried to change the select statement to become ".... SELECT
OrderItem_Id as ID...." but it didn't work either.
Please help.