How do I display different values based on the date field in MS Word 97?
        Posted  
        
            by 
                vans
            
        on Super User
        
        See other posts from Super User
        
            or by vans
        
        
        
        Published on 2011-06-22T07:20:03Z
        Indexed on 
            2011/06/22
            8:25 UTC
        
        
        Read the original article
        Hit count: 242
        
microsoft-word
I want to display some text based on the date field. I have the field called "future date" in the MS word (I have created this field using "{MERGEFIELD FUTURE DATE}). If the 'future date' is less than 2 months from the current system date, the following statement should be produced: "ABCDEFG"
If the 'future date' is 2 months or more from the current system date, the following statement should be produced: "Zyxuvw"
Can any one help on this?
© Super User or respective owner