Recent content by cys052571

  1. C

    Need to create multiple word documents from ListBox MultiSelect

    If I select only one item, it doesn't pull the correct record into the word document. Yes, when I select more than one items, it creates multiple documents for the first item selected.
  2. C

    Need to create multiple word documents from ListBox MultiSelect

    Is this what you are looking for? SELECT DISTINCT Survey_Results.SchoolName FROM Survey_Results; Sorry, I'm really new to VBA. Please be patient with me. :-)
  3. C

    Need to create multiple word documents from ListBox MultiSelect

    I just have a simple query for List0. SchoolName Date Q1a Q1b Q1c Shcool1 01/01/2013 1 3 1 School2 03/01/2013 2 1 3
  4. C

    Need to create multiple word documents from ListBox MultiSelect

    I understand what you are saying. But I don't know how to do it.
  5. C

    Need to create multiple word documents from ListBox MultiSelect

    It's supposed to populate the bookmarks on the word documents with the value of the textbox on the form.I know I'm missing something. I just don't know what is missing.
  6. C

    Need to create multiple word documents from ListBox MultiSelect

    Hi, I created a form with a ListBox and a Command Button. The users selects the values in the listbox and then click the button to create word documents. I've written VBA code to accomplish this. But it's not working properly. It opens multiple word documents but all for the same one. I'm new...
  7. C

    How can I update the data for a chart graph in word document from Access using VBA?

    Thanks for the reply, Spikepl & Rx! I will try the Spikepl's solution.
  8. C

    How can I update the data for a chart graph in word document from Access using VBA?

    Hi, Is it possible to update the data for a chart graph in a word document from Access using VBA? Thanks
  9. C

    How to insert data from Access to Word Template

    Q1: It's a repeated task. Q2: Yes.
  10. C

    How to insert data from Access to Word Template

    Hi, I'm doing a project for my work. I created a few reports in Access. Some of these reports are simple graphic bars. How can I insert these reports into a word document template? I'm new to Access. Any help will be appreciated! Thanks,
Back
Top Bottom