Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
In an MS Word 2003 mailmerge document I have inserted an if...then...else field. The data in the field being queried contains a string, such as "ar su qs". What I want is, if the field includes "ar", then display "architect", otherwise display "" (ie nothing). How do I use a wildcard - eg *ar* - to return the result where "ar" is amongst other characters?
Summary: I am trying to use an if then else to print out a year whose value is dependent on the if condition. Specifically, if the current month is greater than July, I want to print out the current year plu...
Summary: Well, I don't know Visual Basic, but.. The If Then Else means.. If this condition is true Then, do this Else do that So, that's the basis for your code. You need all three components, which you don't...
Summary: I'm having trouble posting a reply to the exact message this is in reference to so I had to make a new posting. In the situation that clomper was wanting to use the IF-THEN construct, the ELSE statme...