Appending text for export to word

  • Thread starter Thread starter Bomber
  • Start date Start date
B

Bomber

Hi all,

I have a table with 3 fields:

ID (Autonumber)
Text (Memo)
To_Word_Yes_No (Yes/No)

User would tick on a form to print whichever text they like, and then hit a
button to merge all the text to word (each memo field separated by a line).

Can anyone help me with some code to do this ?

regards,

Adam
 
fyi... I've always done it backwards. I would have the
users, after updating the tables (via form), go to a
Word.dot and open it. The Word.dot has all of the merge
fields in it. If there are particular parameter values
needed, they are all in the query and pop up message boxes
asking for certain information.

Of course, this is just an interim solution until you can
really find some vba for the other.

debbie =}
 
Back
Top