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
Coldfusion cfcookie question
Reducing bandwidth consumption between domain controllors at multiple sites
Filter on a subform of a tab control
ssh 1.99 vs 2.0
Windows 2008 R2 x64 Error Id 2092 and Id 4013
Sonicwall E5500 bandwidth/shaping vs Packetlogic PL5600
Add DC to Windows Server 2003 Network - error msg
BlazeDS RDS Setup Issues
IPad / iphone, activesync issues with Exchange 2003 + ISA 2006
Discrete Math, Big O, Little o