Hour adding function

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

I have a start time field in a form. My boss want me have
a button on the form he can click and view a list of 6,
12, 24, 36, 48, 72 hour after the start time (include
time, date). Does someone has solution to this?
 
To add a number of hours to a time, use DateAdd("h", NumberOfHours, MyTime)
(obviously you need to replace NumberOfHours and MyTime with your values)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Parking violations Access Database 0
Sum Hours over 24 hours in Access Report 0
Calculate After hours 3
Time 4
Subtracting time...again 2
Control limitations 1
SUMPRODUCT where between 2 dates 3
Excel Catagorise AM or PM 7

Back
Top