Subtract Time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a system time on my form, I want an alert to display when this time
(system time) is less than an hour (amount giving by user) away.
 
Should be as simple as systemTime - formTime
Access views the numbers as Long Integers so its simple math.
 
It should be as simple as subtracting the current system time from the
time given by the user since Access views dates/times as numbers.
 
Back
Top