R
rowedf
hello,
I am really having a hard time in access. I do not know how to write
using the sql view so I use design view. I have two time fields
"dispatch time" and "arrival time". I am trying to find out the
elapsed time in minutes. I am trying to use the DateDiff function in
design view but I am getting compile errors..what am I doing wrong or
what other way can i figure this out? Here is what I have currently:
ElapsedMins: DateDiff("n",[Dispatch time],[Arrival Time])
When I run that I get a Compile Error. In query expression
DateDiff("n",[Dispatch time],[Arrival Time])
Thanks for any help.
rowedf
I am really having a hard time in access. I do not know how to write
using the sql view so I use design view. I have two time fields
"dispatch time" and "arrival time". I am trying to find out the
elapsed time in minutes. I am trying to use the DateDiff function in
design view but I am getting compile errors..what am I doing wrong or
what other way can i figure this out? Here is what I have currently:
ElapsedMins: DateDiff("n",[Dispatch time],[Arrival Time])
When I run that I get a Compile Error. In query expression
DateDiff("n",[Dispatch time],[Arrival Time])
Thanks for any help.
rowedf