how to add date with +1 increment(day)

goheriq

Registered User.
Local time
Today, 14:42
Joined
Aug 10, 2015
Messages
17
i want to add next date automatically
i have two field with name of A and B, my requirement is when i add the date in field A, field B shows me the date with +1increment(day) automatically

what will be the syntax
i am new to access 2007
 
The formula you want is DateAdd(), used in the after update event of the first textbox.
 
Thanks for your time,
Please what will be the complete syntax, if the field names are,
Proddate,
&
Reportdate,

My wish is when I type or insert date in proddate, reportdate shows +1increment every time automatically
 

Users who are viewing this thread

Back
Top Bottom