A
Alan DeHaven
I can't seem to do this.
What I'm trying to accomplish is to be able to give the dispatchers
immediate feedback as to when a truck could be expected back depending on
where they are sent to. I really don't need to store the ETA in a table,
it's just used for forecasting. What the DLookup up does for me is stamp a
time in the ETA field based on where the truck is going, FactoryPile, and
when it left, FactoryDepartureTime. The table "Trip Times" has and
estimated "Trip Time" which will be added to the FactoryDepartureTime once
the other fields are filled in.
=DLookUp("[Trip Time]","[Trip Times]","[FactoryPile]= '" & [FactoryPile] &
"'")+([FactoryDepartureTime])
What I'm trying to accomplish is to be able to give the dispatchers
immediate feedback as to when a truck could be expected back depending on
where they are sent to. I really don't need to store the ETA in a table,
it's just used for forecasting. What the DLookup up does for me is stamp a
time in the ETA field based on where the truck is going, FactoryPile, and
when it left, FactoryDepartureTime. The table "Trip Times" has and
estimated "Trip Time" which will be added to the FactoryDepartureTime once
the other fields are filled in.
=DLookUp("[Trip Time]","[Trip Times]","[FactoryPile]= '" & [FactoryPile] &
"'")+([FactoryDepartureTime])