Search results

  1. R

    creating a form into a query format

    I have the two attached databases and what I need to get done is create the information in the form into a table or query format. The parameters for each form are start segment, end segment, and timestamp. The first attached file (11-3-05.zip) generates travel time from 5 minute intervals...
  2. R

    adding travel times without regards for timestamp

    I have the attached database file with the form CalcTravelTime. I also have a code associated with the command button as you can see. The code lets the travel time step up to the next 5 minute interval after the travel time gets over 300 seconds or 5 minutes. Basically what I need help doing...
  3. R

    adding travel times without regards for timestamp

    I have the attached database file with the form CalcTravelTime. I also have a code associated with the command button as you can see. The code lets the travel time step up to the next 5 minute interval after the travel time gets over 300 seconds or 5 minutes. Basically what I need help doing...
  4. R

    Adding travel times within timestamp intervals

    I have a table as follows... SEGMENT l TIMESTAMP l TRAVEL TIME (seconds) 1 12:00:00 am 65 1 12:05:00 am 45 1 12:10:00 am 45 1 12:15:00 am 54 2 12:00:00 am 35 2 12:05:00 am 73 2 12:10:00 am 41 2 12:15:00 am 59 ...... all the way to SEGMENT 15 and timestamp 11:55:00 pm ... . .. .... . What I...
Back
Top Bottom