Hello,
Same song, different dance. I'm trying to calculate the difference between the last safety incident at each of our branches and the current date (want to know how long each branch has gone without an injury). I've written individual queries to pull out each branches max injury date, but when I try to use the expression builder to enter this phrase, I just the game #NAME# error. Please see below and offer any advice. Thanks!!
=DateDiff("d",Max([qryMostRecentSafetyViolationMemphisBranch]![DATE_OF_INCIDENT]),Date())
I also wrote it this way and got the same error:
=DateDiff("d",qryMostRecentSafetyViolationMemphisBranch!MaxOfDATE_OF_INCIDENT,Date())
Same song, different dance. I'm trying to calculate the difference between the last safety incident at each of our branches and the current date (want to know how long each branch has gone without an injury). I've written individual queries to pull out each branches max injury date, but when I try to use the expression builder to enter this phrase, I just the game #NAME# error. Please see below and offer any advice. Thanks!!
=DateDiff("d",Max([qryMostRecentSafetyViolationMemphisBranch]![DATE_OF_INCIDENT]),Date())
I also wrote it this way and got the same error:
=DateDiff("d",qryMostRecentSafetyViolationMemphisBranch!MaxOfDATE_OF_INCIDENT,Date())