I am sure this should be easy but I am struggling. Basically I have a start time text box(hours+mins)and a finish time text box(hours+mins)on a form. I want to return the elapsed time between the two (i.e.) the hours and inutes worked and then I want, in a third txt box, to calculate the value of the elapsed time against a cost per hour. So for example if the time elapsed was 3 hours 23 mins and the hourly rate was £45 with a minute rate of 75p (45/60)I want the first calculation to calculate the 3hours 23 mins and the second calculation to calculate the (3*45 + 23*.75). Is there a neat way of doing this?