I am trying to work out a difference between two time from a form.
I have a form the people put the Start Time and End Time Then in my VBA l have the following code.
Dim Lvalue As Integer
StartTime = [Forms]![Time]![Start]
EndTime = [Forms]![Time]![End]
Lvalue = DateDiff("n", StartTime...