S Susan Sep 22, 2003 #1 I want to create a text box in an Access report, that will take the current time and add 5 hours. How do I do this ? Thank you
I want to create a text box in an Access report, that will take the current time and add 5 hours. How do I do this ? Thank you
M Marshall Barton Sep 22, 2003 #2 Susan said: I want to create a text box in an Access report, that will take the current time and add 5 hours. Click to expand... Use an expression in the text box: =DateAdd("h", 5, Now())
Susan said: I want to create a text box in an Access report, that will take the current time and add 5 hours. Click to expand... Use an expression in the text box: =DateAdd("h", 5, Now())