I have been requested to convert a database that contains multiple document mail merge. The merge is performed by a select query. This query is generated partially from existing data in the application and partially from an input form. Multiple documents are merged and printed. We now need to save each document with an unique name which has a specified naming convention. My thoughts are to use strings in the input form to name the file. How ever I do not have examples of the specific programming required to accomplish this function.
Any ideas?
Any ideas?