D
DaveB
Is it possible to use a botton to subtract one field from
another? I tried to use the following, but it didn't
work.
Private Sub Command117_Click()
ME1TotalTimetoBill = sum CompletionDateTime -
StartDateTime
End Sub
another? I tried to use the following, but it didn't
work.
Private Sub Command117_Click()
ME1TotalTimetoBill = sum CompletionDateTime -
StartDateTime
End Sub