I am trying to create a transit calculator as a tool for the database at my freight forward company.
I have two fields that are manual entry
Current time: 1500
Miles Out 500
These calculate our transit time:
Transit (500/50mph)= 10hrs*60 = 600min
What I am trying to do is take that transit time (in minutes) and add it to current time to give a projected ETA.
I have tried Dateadd("N",[Transit],[Current Time] and keep getting #Name? as the result...
I'm all ears for options, but keep in mind I'm not good with VBA.. Thank you in advance.
I have two fields that are manual entry
Current time: 1500
Miles Out 500
These calculate our transit time:
Transit (500/50mph)= 10hrs*60 = 600min
What I am trying to do is take that transit time (in minutes) and add it to current time to give a projected ETA.
I have tried Dateadd("N",[Transit],[Current Time] and keep getting #Name? as the result...
I'm all ears for options, but keep in mind I'm not good with VBA.. Thank you in advance.
Comment