I edit and create word-document forms for an energy company. Field personnel will be opening these forms on a windows tablet in the field. We use Microsoft Word 2010. I have used the developer tab to add check-boxes and date pickers, and other functions to make the filling in of these forms quicker and easier on a tablet - but we have a few needs that will need to be coded.
-The forms are password protected, with only certain fields available for the end user to edit.
-My boss would like the user to have the option to add an additional page to the document with the click of a button, preferably on the form itself, but still have the form be password protected. He would like this additional page to be for adding photos of the work they are performing and checking for quality. He would like them to be able to add as many pages of photos as they need (I thought we could "call" a specific template with a button, add the button to the bottom of the page, and as they fill a page in, they could click the button on the template, and repeat the process).
-I have created a template page for this additional page, which is also password-protected, and has two of the "insert picture" fields from the developer tab, and a 1x1 table beneath each for description of the picture.
I really do want to learn VBA, and would rather not just copy and paste someone else's code. I want to understand why it works and build on it, as needed.
I have coded in html, css, and javascript (the basics).