Microsoft
Software
Hardware
Network
Question : Access 2007, adding date fields in a form
I have a form with a start date field, an end date field and a term field which I would like to calculate thus:
360StartDateTB+360TermTB=3
60EndDateT
B
Ex: 08/30/2010+60 months=08/30/2015
I've tried it as an event expression and I've tried it as a code, neither worked.
On Update Expression: [360StartDateTB] + [360TermTB]
On Update Code: Me.Ctl360StartDateTB + Me.Ctl360TermTB (+ sign disappears when I go to next line, not sure if that has to do with the fields having Ctl in them)
or
=DateAdd("m",60,"08-aug-20
10") (really need it to draw from the 360StartDateTB date)
I would like to make it calculate automatically in the 360EndDateTB field
Answer : Access 2007, adding date fields in a form
Put this in the Data Source of your 360EndDateTB field
= DateAdd("m",360TermTB,360S
tarDateTB)
Random Solutions
UltraTree and Filtering ?
Can't access Microsoft windows update website anymore?
Using 3rd Party SSL to Setup Exhange 2007, Outlook 2007, Server 2003 with Terminal Services
Cannot Access Drive
Mailman, the GNU Mailing List Manager - is there an interface to programmatically maintain email addrs?
importing to firefox
SQL 2005 on a windows 2003 cluster , how to back up
Auto fill user name in "Login" field
How to alter web page so Google Chrome will clear old data?
qmail ,mutt problem: Error sending message, child exited 127 (Exec error.).