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.
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. :-)
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.
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...
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,