Hi I created a command button to calculate time taken on a form like below
Private Sub Command46_Click()
Time_Finished.Value = Time()
Time_Taken.Value = Time_Finished.Value - Time_Started.Value
Complete.Value = True
Could someone please tell me how to do this in a web page do I need to do it...