Recent content by langley111

  1. L

    Merge Field formatting

    What is the datasource for the mail merge? Can you format the field in the datasource? You can always do string manipulation and only show the data portion: left(Pre_Review, instr(Pre_Review , " ") - 1) This should work if the field is always in the format you provided. You find the first...
  2. L

    Automate the Creation of Multiple Merge Documents

    I have automated a mail merge process using Access VBA, windows scheduler, and the office document object model. This was easy enough. I am attempting to create multiple merged documents based on a field value in the data source. I need to combine several individual merged documents into their...
Back
Top Bottom