2007 Date Picker on a from how to set default date to +5 days£

Singlespeed

Registered User.
Local time
Yesterday, 23:44
Joined
Jun 5, 2009
Messages
33
As per title I have a table date field on a form using the date picker but I want the default date to be +5 days from the now() date which it seems to use as default.

Can anyone tell me how to do this?
 
Set the default value property to Date()+5

:edit:

Replace Date() with Now() if you want the time too.
 

Users who are viewing this thread

Back
Top Bottom