S
Stephen
I have a SQL query in MS Project. One of the fields is the time of day
(11:00 AM) of an order. Another field is the time shift that I need to
show.
I am trying to determine the syntax in SQL that will give me the effective
"time shifted" time of day.
Example: 11:00 AM - 1 = 10:00 AM.
I have tried: dbo.stblOrders.DeliveryTime -
dbo.stblDefaults.DefaultPreparationLead, but this gives me 12/31/1899
11:00:00 AM
Help?
(11:00 AM) of an order. Another field is the time shift that I need to
show.
I am trying to determine the syntax in SQL that will give me the effective
"time shifted" time of day.
Example: 11:00 AM - 1 = 10:00 AM.
I have tried: dbo.stblOrders.DeliveryTime -
dbo.stblDefaults.DefaultPreparationLead, but this gives me 12/31/1899
11:00:00 AM
Help?