I have what I think should be a rather simple problem, but to a complete n00b like me, it's daunting at best.
The basic scenario is this:
I have a database set up for new employees of our company. Upon hire, our HR department will fill out a form (only the top portion) with employee information (Name, User Name, Email Address, Position, etc.). When they are finished, they will click a submit button. I'd like this button to do two things:
1.) Fill a repeating table of applications that the employee needs access to
2.) Email the list of people responsible for the queried applications.
When the email is received by the "responsible parties", I'd like them to check a box that that application access has been granted, what the default password was set to, and then click a submit button so that the data is both written back to the database (for reporting) as well as emailed back to HR.
The buttons are my problem. I can get the repeating table to work correctly, and employee information and application information is added to the database as expected, but the problem is the actions of the buttons. Having worked so little with infopath, I'm new to VSTA and programming the button to perform the actions.
I'd like it to build the repeating table below of necessary applications, and then submit an email to all of the individuals listed as responsible for those applications, and all of this is based on queries from the database, which defines the applications, and the responsible parties.
I will be happy to post more details as necessary, but would like to get a discussion on this started. I've read forum after forum, and it seems that either I'm using the wrong search terms or this hasn't ever been done (more than difficult to believe).
I'm not concerned with any particular language, just so long as it works, and I have little experience with any of them.
***Is guessing this is more than I knew I was getting into when I took on the project...:) ***