I have a masked edit box which I am using to enter a date. Next to it I have a label.
I am trying to come up with a formula to accomplish the following:
Label1 = MaskEdBox1 + 10 workdays
Ex. If the user entered 10/7/03 in MaskEdBox1, Label1 would then show 10/21/03 (the 11th, 12th, 18th & 19th are all weekend days)
