T
twalsh
I have a query pulling criteria from 2 tables. the goal of which is to
compare 2 times. one is a scheduled start time and another is an actual start
time. The problem is that the actual start times are in EST and the scheduled
start times are in CST. changing them before importing is not an option
should i...
A.)do an update query to change all the actual start times to remove one
hour? if so what is the expression because everything i have tried is a mess.
B.) subtract that hour in the select query that compares teh schedule and
actual times.
compare 2 times. one is a scheduled start time and another is an actual start
time. The problem is that the actual start times are in EST and the scheduled
start times are in CST. changing them before importing is not an option
should i...
A.)do an update query to change all the actual start times to remove one
hour? if so what is the expression because everything i have tried is a mess.
B.) subtract that hour in the select query that compares teh schedule and
actual times.