I need a little design help on the follow problem, thanks in advance.
Current state: We have 121 rtf documents that users open in word to prepare for a survey.
Use factors: Users select between 5 and 25 documents to print and take with them. The selection is up to the user and cannot be static.
User Desire: A Form that has the 121 document names and a check box next to them. I check the ones I want and they all print.
I have tried to move the rtf to a report however due to some of the formatting and etc these may have to stay as word docs or rtf files.
1) Is there a way to store a file or path in a table and call it for print?
2) If I go that route would users have to open word and print 25 times etc?
a. Can I code the open, print close via VBA? I can code some VB
3) Best case would maybe be an object on a report or form that is a bound word doc
Thanks!
Current state: We have 121 rtf documents that users open in word to prepare for a survey.
Use factors: Users select between 5 and 25 documents to print and take with them. The selection is up to the user and cannot be static.
User Desire: A Form that has the 121 document names and a check box next to them. I check the ones I want and they all print.
I have tried to move the rtf to a report however due to some of the formatting and etc these may have to stay as word docs or rtf files.
1) Is there a way to store a file or path in a table and call it for print?
2) If I go that route would users have to open word and print 25 times etc?
a. Can I code the open, print close via VBA? I can code some VB
3) Best case would maybe be an object on a report or form that is a bound word doc
Thanks!