G
Guest
I have created a Word document from an Access database and now I wish to
place in the Word Header the date that the database was last updated (that
information is part of the database).
I was hoping use the document object I created (m_docReport) and use one of
its properties, such as: m_docReport.header.value="2/7/2006". But that's not
an option.
My question is how do I get this value into the header of the document I've
created?
place in the Word Header the date that the database was last updated (that
information is part of the database).
I was hoping use the document object I created (m_docReport) and use one of
its properties, such as: m_docReport.header.value="2/7/2006". But that's not
an option.
My question is how do I get this value into the header of the document I've
created?