May 20, 2005 #1 jaburke Programmer May 20, 2002 156 US Hi, I am trying to convert the time from Eastern to Central. I have a formula that ALMOST works. Does anybody have a quick solution? Much thanks!
Hi, I am trying to convert the time from Eastern to Central. I have a formula that ALMOST works. Does anybody have a quick solution? Much thanks!
May 20, 2005 #2 Madawc Programmer Sep 5, 2002 7,628 GB DateAdd("h", 1, {your.datetime}) will add an hour. 2 would add 2 hours, -3 subtract 3 etc. Madawc Williams (East Anglia, UK) Upvote 0 Downvote
DateAdd("h", 1, {your.datetime}) will add an hour. 2 would add 2 hours, -3 subtract 3 etc. Madawc Williams (East Anglia, UK)
May 20, 2005 Thread starter #3 jaburke Programmer May 20, 2002 156 US That works great - thanks so much!!!! Upvote 0 Downvote