S
ScottM
Can someone,please, review this equation and tell me why i
get an error?
=DateAdd("d",(Diff2Dates("d",[StartBiS],[EndBiS],True)),
[servicedt])
StartBiS = beginning date of break in service (manually
entered field)
EndBiS = end date of break in service (manually entered
field)
servicedt = service date (previously entered value from
another field)
Ideally, I'd like this to calculate the new service date
from the items listed, but only through one iteration.
the date provided would be posted to the service date
field. I figure I might need some type of "calculate"
button to make that happen just the one time.
TIA
get an error?
=DateAdd("d",(Diff2Dates("d",[StartBiS],[EndBiS],True)),
[servicedt])
StartBiS = beginning date of break in service (manually
entered field)
EndBiS = end date of break in service (manually entered
field)
servicedt = service date (previously entered value from
another field)
Ideally, I'd like this to calculate the new service date
from the items listed, but only through one iteration.
the date provided would be posted to the service date
field. I figure I might need some type of "calculate"
button to make that happen just the one time.
TIA