K
kyle
Hi, I am trying to get a cell in a table to auto calculate the date of a 90
day eval for employee's. i have a "Date Hire" and i would like the default
value of "90 Day Eval" to be 90 days after the Date Hire. I have tried a
bunch of things including various versions of what is below and entering it
into the default value box in my tables design view
= ([Date Hire] = 90d)
and
DateDiff("d", [Date Hire], ([Date Hire] + 90))
Thanks for any help
day eval for employee's. i have a "Date Hire" and i would like the default
value of "90 Day Eval" to be 90 days after the Date Hire. I have tried a
bunch of things including various versions of what is below and entering it
into the default value box in my tables design view
= ([Date Hire] = 90d)
and
DateDiff("d", [Date Hire], ([Date Hire] + 90))
Thanks for any help