Hello.. Hope someone can help. Here is scenario. I have to adjust a time based on the time zone of a state. So I create a table that gives me the a list of records with original_date, and the number of hours the the time for each record needs to be adjusted. Field name tz_hours. The tz_hours field can have a 0 (don't change the time), a -1, reduce time by 1 hours, -2 reduce by 2 hours, -3 reduce by 3 hours. Trying to do some type of nested iif statement.. but not having any luck with syntax... and I can't seem to be able to use a variable for the hours in a dateadd statement dateadd("h",[tz_hours],[original_date]) which would have been easy and ideal. Anyone! Greatly appreciated as always.