Time button

D

DaveB

I am trying to make a button that will take a field with
the time in it called CompletionDateTime and subtract it
from a field named StartDateTime and the program the
button so that when I click on it, it will enter the
figured time into a field called TotalTimeofBill. Can you
please tell me how to do this.
 
P

Pavel Romashkin

Like having this

Me.TotalTimeofBill = Me!CompletionDateTime - Me!StartDateTime

in the Click event of the button?
Pavel
 

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

Top