I have an unbound text box on a form
The form timer interval is 1000
the form property on timer has this in vba
[txtTime] = Time()
and it refreshes nicely.
How do I get it to move one hour forward or behind?
I was thinking something like Time("h", 3,) but I get errors...