Hello All,
So I have an urgent matter that I need to fix asap for work. We just implemented a new sql based software for our company and our shipping manager no longer has the ability to batch print all of the delivery slips he needs. So we have a report he will easily pull every morning with that days orders and it will have the same column names every day however each individual row is a different customer. I need to find a way to take each individual row and throw the data from the columns into predetermined fields in a word template using those column names and save to a local file on his computer for printing. The problem is I can do this for one row at a time but I cant figure out how to do the whole table.
What would be the easiest way to do this?