grivers
Posts: 28
|
| Posted: 07/07/2007, 7:27 AM |
|
Hi anyone know how to add 30 days onto the the current date so that it can be stored in a textbox field automatically?
|
 |
 |
Edd
Posts: 547
|
| Posted: 07/12/2007, 1:33 AM |
|
in default value of the form for the datefield put DateAdd("dd",30,Date())
Cheers - Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
grivers
Posts: 28
|
| Posted: 07/12/2007, 1:47 AM |
|
Thanks.
I also found that if I had a current date field I could add a before show event code which added 30 days onto the current date.
|
 |
 |
|