D
dmlinliverpool
Hi
I am using the DATABASE field code to get some data from an Access DB
into a document which I am Mail Merging.
For info the DATABASE query is :
DATABASE \d
"C:\\Tempo\\MailMergeSource\\database\\DocumentVariableData.mdb " \c
"DSN=MS Access Database; DBQ=
C:\\Tempo\\MailMergeSource\\database\\DocumentVariableData.mdb;
FIL=RedISAM" \s " SELECT COLUMN_1,' ',COLUMN_2 FROM DOCUMENT_ROWS
ORDER BY DOCUMENT_SECTION_ID " \l "0" \* CharFormat
This returns itemised invoice lines.
COLUMN_2 holds financial figures and I need this column to be
right-justified. Is there a way to do this ?
TIA
dave.
I am using the DATABASE field code to get some data from an Access DB
into a document which I am Mail Merging.
For info the DATABASE query is :
DATABASE \d
"C:\\Tempo\\MailMergeSource\\database\\DocumentVariableData.mdb " \c
"DSN=MS Access Database; DBQ=
C:\\Tempo\\MailMergeSource\\database\\DocumentVariableData.mdb;
FIL=RedISAM" \s " SELECT COLUMN_1,' ',COLUMN_2 FROM DOCUMENT_ROWS
ORDER BY DOCUMENT_SECTION_ID " \l "0" \* CharFormat
This returns itemised invoice lines.
COLUMN_2 holds financial figures and I need this column to be
right-justified. Is there a way to do this ?
TIA
dave.