I'm having difficulty figuring out how to calculate time. To test this i have three fields. The first field is StartTime and the second field is EndTime. The third field, TotalTime stores a calcualtion, which is how much time is between the start and end times, which is basically the total. The format is medium date, and the data entry is through a form.
I have tried subtracting the contents of the fields making a text box bound to total, and tried using addition but all it gives me is a totaly unrelated amont of time.
I would prefere to use VBA, but if not, is it possible to set a form to calculate this? Or a query / table to do so?
-Thanks in advance.
I have tried subtracting the contents of the fields making a text box bound to total, and tried using addition but all it gives me is a totaly unrelated amont of time.
I would prefere to use VBA, but if not, is it possible to set a form to calculate this? Or a query / table to do so?
-Thanks in advance.