D
DaveB
Please see Time Button & Time Button Re-visited below.
When I tried to use this I got an error message-
"Compile Error: Method or Data Member not found".
Any idea what is wrong?
Me.TotalTimeOfBill = DateDiff("h", Me!StartDateTime, Me!
CompletionsDateTime)
How do you want to handle parts of hours? Usually, if you
want hours, it is
better to get minutes then calculate from their hours and
part of hours.
When I tried to use this I got an error message-
"Compile Error: Method or Data Member not found".
Any idea what is wrong?
Me.TotalTimeOfBill = DateDiff("h", Me!StartDateTime, Me!
CompletionsDateTime)
How do you want to handle parts of hours? Usually, if you
want hours, it is
better to get minutes then calculate from their hours and
part of hours.