I'm working on a " Document Center" form, where the users of my application can to create, edit or print diferent word documents, for example:
1. select an "action" (Create, Edit or Print) the document(s) - I have used an option group = OK.
2. Select What kind of document(s) (one or more): Cover letter, Table of contents, doc3, doc4, ..doc6.(diferent docs - I have used check boxes to select each doc type =OK).
3. A command button to start the code...and get the results!!
Here is the Problem: I have a command button to start the Action: How can I determine which document(s) were selected by the user and do the "action" for each one of the selected documents???
in other words: let's say that a user had selected:
1. Action: Create.
2. Docs Selected: Doc1, Doc2 and Doc6 (3 docs)
3. Click OK and then Create those three docs selected!!
I have VBA functions that performs each "action" but how can I control When call each function for each doc selected, if had beeen selected??
Any Ideas??
Thanks
1. select an "action" (Create, Edit or Print) the document(s) - I have used an option group = OK.
2. Select What kind of document(s) (one or more): Cover letter, Table of contents, doc3, doc4, ..doc6.(diferent docs - I have used check boxes to select each doc type =OK).
3. A command button to start the code...and get the results!!
Here is the Problem: I have a command button to start the Action: How can I determine which document(s) were selected by the user and do the "action" for each one of the selected documents???
in other words: let's say that a user had selected:
1. Action: Create.
2. Docs Selected: Doc1, Doc2 and Doc6 (3 docs)
3. Click OK and then Create those three docs selected!!
I have VBA functions that performs each "action" but how can I control When call each function for each doc selected, if had beeen selected??
Any Ideas??
Thanks