Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iandavies147

    Change the value of a Word Mail Merge Datafield

    Hi Is it possible to add a condition to a word document so that you dont display a word mail merge datafield if it has a certain string contained in the datafield for example a comma? strValue = ActiveDocument.MailMerge.DataSource.DataFields("CUSTOMER") if instr(strValue,",") > 0 then...

Part and Inventory Search

Back
Top