InfoPath - How do I prefill a date field with tomorrow?

J

Jay

I have a form that has a date that will - most of the time - be tomorrow. I'd
like to be able to default the value to that. I tried to create an XPATH
forumula - xdDate:Today()+1 - to do that. It checks error free, but returns
"NaN" in the date field. This is not a field in a repeating table - just a
date field in the form.
 
S

S.Y.M. Wong-A-Ton

If you're on InfoPath 2007, you can use a formula like

addDays(today(), 1)

as the Default Value on a field.
 
J

Jay

Bummer that I am stuck with 2003. :(

S.Y.M. Wong-A-Ton said:
If you're on InfoPath 2007, you can use a formula like

addDays(today(), 1)

as the Default Value on a field.
 

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