Difference in time

  • Thread starter Pass-the-Reality
  • Start date
P

Pass-the-Reality

I have two fields [StartSchedule] and [StartTime]. Both fields capture time
which is formated such as 10:00 AM. How can I calculate the difference
between the two fields in my query such ast [StartSchedule] - [StartTime]
 
S

Stefan Hoffmann

hi,

Pass-the-Reality said:
I have two fields [StartSchedule] and [StartTime]. Both fields capture time
which is formated such as 10:00 AM. How can I calculate the difference
between the two fields in my query such ast [StartSchedule] - [StartTime]
You can exactly do this kind of substraction. Otherwise you may take a
look at the DateDiff() function.



mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top