Maximus00,
I've never tried it myself, but it is an interesting problem. I had a couple ideas that might help (or not), and I thought I'd throw them out there to see what everyone else thinks...
Have you had much experience creating macros in Word? I haven't myself, but I'm assuming it is possible to create a macro that merges the 3 documents together. If that is correct, then you should be able to have Labview create the reports, then at the end of the program use a command line call to open word and run the macro (see
here). My main goal is to remove the merging part from Labview (taking away the extra coding you would have to do) and let the built in Word functions take care of it.
Again, this is more of an unpolished idea, but I figured it couldn't hurt 🙂
-Justin