L
Lee Hunter
Using these two expressions, I'm getting a data type
error on the comparison in the Dcount function. Can
anyone provide the solution? Thank you!
Departure: DateDiff("n",FormatDateTime([Trips]![Departure
Time],4),FormatDateTime([Runs]![Dep],4))
Fail: DCount("[Departure]","[GetStats]","([Departure]<0")
error on the comparison in the Dcount function. Can
anyone provide the solution? Thank you!
Departure: DateDiff("n",FormatDateTime([Trips]![Departure
Time],4),FormatDateTime([Runs]![Dep],4))
Fail: DCount("[Departure]","[GetStats]","([Departure]<0")