vba - Transferring Rich Text data from Access to Word -


I have been deployed with supporting an old Access 2003 database (with SQL backend) which is now out-of- Business Contractor

The database contains several 'unorthodox' reports. All of them use automation directly in a Word document through the output field through the VBA. Like this (pseudo-code):

  {output (row.id) for each line; Left (); Output (row.firstName); new line(); }  

etc.

The problem is that the database includes many rich text fields, in order to output these documents (including their formatting) to the document, the developer opens a separate access form, which has a single rich text control, And drages the appropriate field into the text box.

All, copy ', flick back the word, and then pastes the text.

My job is to add a new rich text field to a report, and I think there should be a better way of doing this. ..

Ah! Apparently a duplicate question.

Here is the answer:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -