Major Help Needed

R

RobSol

I need help with a form I am creating in InfoPath 2003. The problem is I have
a text field called "Received Date" which defaults to today's date. I have a
second text field that I want populated with the value of the Received Date
(today) + 21 days. Is there anyway of doing this by setting up a rule or
through vbscript??
 
D

David Dean

If you are using InfoPath 2007, you can use the addDays() function to
calculate the date. Just add a rule to the first element that sets the value
of the second element using your addDays expression.

In InfoPath 2003, this would need to be done in script or managed code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top