G
Guest
Im tryin to add three specific length of time in months
currently im using this to determine a length of time and it works(three
separate entrys)
=DateDiff("m",[StartDate],NZ([EndDate],Date()))
=DateDiff("m",[StartDate2],NZ([EndDate2],Date()))
=DateDiff("m",[StartDate3],NZ([EndDate3],Date()))
how can i add the results of each of these formulas into a separate box
all of this is being done on a form in access 2003
thank you
currently im using this to determine a length of time and it works(three
separate entrys)
=DateDiff("m",[StartDate],NZ([EndDate],Date()))
=DateDiff("m",[StartDate2],NZ([EndDate2],Date()))
=DateDiff("m",[StartDate3],NZ([EndDate3],Date()))
how can i add the results of each of these formulas into a separate box
all of this is being done on a form in access 2003
thank you