I am creating a program that will ask several questions to a user and give possible answers that the user will choose from. With the answers that the user selects this will be saved to another database. I have been trying to locate a sample of Mail Merge that uses a database (in this instance I am using SQLite) that can show how to pull the database table down and match the database entries to the form fields that are in a template. I am sure the data from the database will be stored in a data table or a List, however, I am not sure how to match the form fields from the template to the entries in the database. Does anyone have a sample that uses a database to store the users answers and match them to the form fields to Mail Merge?
Thanks in advanced.
Dave