Document Information
1,626 Reads | 0 Comments
Description
This Word document was developed to manage our claims follow-up process, and control the way our staff filled out these claim letters.
When this document opens, it displays a form for the user to fill in, and:
1. Reads in a text file used to populate a Combo Box for the user to select a company name (our clients). This file is on a network share.
2. Checks active directory for the users information and automatically populates the salutation area of the form with the proper information using bookmarks as placeholders for the variable data.
3. Performs rudimentary form input checking for the existence of data, and has some constraints, i.e. only numbers and dashes allowed in the zip code field, and only numbers and "/" allowed in the date field.
When the user clicks OK, the Print dialog automatically pops up, and upon completion of printing, the form closes without saving.
1 Page